29 enum class HeightMapDataType : uchar {
37 enum class SubChunkRequestResult : uchar {
40 LevelChunkDoesntExist = 2,
42 PlayerDoesntExist = 4,
51 ::ll::TypedStorage<1, 1, ::SubChunkPacket::HeightMapDataType> mHeightMapType;
52 ::ll::TypedStorage<1, 256, ::std::array<::std::array<schar, 16>, 16>> mSubchunkHeightMap;
53 ::ll::TypedStorage<1, 1, ::SubChunkPacket::HeightMapDataType> mRenderHeightMapType;
54 ::ll::TypedStorage<1, 256, ::std::array<::std::array<schar, 16>, 16>> mSubchunkRenderHeightMap;
60 MCAPI
static schar
const& HEIGHT_COLUMN_ABOVE_SUBCHUNK();
62 MCAPI
static schar
const& HEIGHT_COLUMN_BELOW_SUBCHUNK();
70 ::ll::TypedStorage<1, 1, char> mX;
71 ::ll::TypedStorage<1, 1, char> mY;
72 ::ll::TypedStorage<1, 1, char> mZ;
80 ::ll::TypedStorage<1, 3, ::SubChunkPacket::SubChunkPosOffset const> mSubChunkPosOffset;
81 ::ll::TypedStorage<8, 32, ::std::string> mSerializedSubChunk;
82 ::ll::TypedStorage<1, 1, ::SubChunkPacket::SubChunkRequestResult> mResult;
83 ::ll::TypedStorage<1, 514, ::SubChunkPacket::HeightmapData> mHeightMapData;
84 ::ll::TypedStorage<8, 8, uint64> mBlobId;
96 ::SubChunkPacket::SubChunkRequestResult requestResult
119 ::ll::TypedStorage<1, 1, bool> mCacheEnabled;
120 ::ll::TypedStorage<4, 4, ::DimensionType> mDimensionType;
121 ::ll::TypedStorage<8, 24, ::std::vector<::SubChunkPacket::SubChunkPacketData>> mSubChunkData;
122 ::ll::TypedStorage<4, 12, ::SubChunkPos> mCenterPos;
137 virtual ::MinecraftPacketIds getId() const ;
140 virtual ::
std::
string getName() const ;
170 MCAPI ::MinecraftPacketIds $getId() const;
172 MCAPI ::
std::
string $getName() const;