Botcraft
1.21.4
Loading...
Searching...
No Matches
ChunkPos.hpp
Go to the documentation of this file.
1
#if PROTOCOL_VERSION > 761
/* > 1.19.3 */
2
#pragma once
3
4
#include "
protocolCraft/NetworkType.hpp
"
5
6
namespace
ProtocolCraft
7
{
8
class
ChunkPos
:
public
NetworkType
9
{
10
SERIALIZED_FIELD
(Z,
int
);
11
SERIALIZED_FIELD
(X,
int
);
12
13
DECLARE_READ_WRITE_SERIALIZE
;
14
};
15
}
16
#endif
NetworkType.hpp
ProtocolCraft::ChunkPos
Definition
ChunkPos.hpp:9
ProtocolCraft::ChunkPos::SERIALIZED_FIELD
SERIALIZED_FIELD(Z, int)
ProtocolCraft::ChunkPos::DECLARE_READ_WRITE_SERIALIZE
DECLARE_READ_WRITE_SERIALIZE
Definition
ChunkPos.hpp:13
ProtocolCraft::ChunkPos::SERIALIZED_FIELD
SERIALIZED_FIELD(X, int)
ProtocolCraft::NetworkType
Definition
NetworkType.hpp:11
ProtocolCraft
Definition
ItemUtilities.hpp:8
protocolCraft
include
protocolCraft
Types
ChunkPos.hpp
Generated by
1.9.8