diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2020-08-29 17:47:40 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2020-08-29 17:47:40 +0200 |
commit | 07ffd9f6f3d6b0748b48ca37a550bf2a3c033c91 (patch) | |
tree | 52ff8fd64f48ad25d2aff8e0cd75caa8a0df649e /src/Protocol/Protocol_1_9.h | |
parent | Remove redundant DoWithChunkAt in chests (diff) | |
download | cuberite-07ffd9f6f3d6b0748b48ca37a550bf2a3c033c91.tar cuberite-07ffd9f6f3d6b0748b48ca37a550bf2a3c033c91.tar.gz cuberite-07ffd9f6f3d6b0748b48ca37a550bf2a3c033c91.tar.bz2 cuberite-07ffd9f6f3d6b0748b48ca37a550bf2a3c033c91.tar.lz cuberite-07ffd9f6f3d6b0748b48ca37a550bf2a3c033c91.tar.xz cuberite-07ffd9f6f3d6b0748b48ca37a550bf2a3c033c91.tar.zst cuberite-07ffd9f6f3d6b0748b48ca37a550bf2a3c033c91.zip |
Diffstat (limited to 'src/Protocol/Protocol_1_9.h')
-rw-r--r-- | src/Protocol/Protocol_1_9.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Protocol/Protocol_1_9.h b/src/Protocol/Protocol_1_9.h index e936710d7..5e444c4e1 100644 --- a/src/Protocol/Protocol_1_9.h +++ b/src/Protocol/Protocol_1_9.h @@ -97,10 +97,6 @@ protected: /** Parses item metadata as read by ReadItem(), into the item enchantments. */ virtual void ParseItemMetadata(cItem & a_Item, const AString & a_Metadata) override; - /** Converts the BlockFace received by the protocol into eBlockFace constants. - If the received value doesn't match any of our eBlockFace constants, BLOCK_FACE_NONE is returned. */ - eBlockFace FaceIntToBlockFace(Int32 a_FaceInt); - /** Converts the hand parameter received by the protocol into eHand constants. If the received value doesn't match any of the know value, raise an assertion fail or return hMain. */ eHand HandIntToEnum(Int32 a_Hand); |