29 enum class HeightMapDataType : uchar {
36 enum class SubChunkRequestResult : uchar {
39 LevelChunkDoesntExist = 2,
41 PlayerDoesntExist = 4,
50 ::ll::TypedStorage<1, 1, ::SubChunkPacket::HeightMapDataType> mHeightMapType;
51 ::ll::TypedStorage<1, 256, ::std::array<::std::array<schar, 16>, 16>> mSubchunkHeightMap;
57 MCAPI
static schar
const& HEIGHT_COLUMN_ABOVE_SUBCHUNK();
59 MCAPI
static schar
const& HEIGHT_COLUMN_BELOW_SUBCHUNK();
67 ::ll::TypedStorage<1, 1, char> mX;
68 ::ll::TypedStorage<1, 1, char> mY;
69 ::ll::TypedStorage<1, 1, char> mZ;
77 ::ll::TypedStorage<1, 3, ::SubChunkPacket::SubChunkPosOffset const> mSubChunkPosOffset;
78 ::ll::TypedStorage<8, 32, ::std::string> mSerializedSubChunk;
79 ::ll::TypedStorage<1, 1, ::SubChunkPacket::SubChunkRequestResult> mResult;
80 ::ll::TypedStorage<1, 257, ::SubChunkPacket::HeightmapData> mHeightMapData;
81 ::ll::TypedStorage<8, 8, uint64> mBlobId;
92 ::SubChunkPacket::SubChunkRequestResult requestResult
115 ::ll::TypedStorage<1, 1, bool> mCacheEnabled;
116 ::ll::TypedStorage<4, 4, ::DimensionType> mDimensionType;
117 ::ll::TypedStorage<8, 24, ::std::vector<::SubChunkPacket::SubChunkPacketData>> mSubChunkData;
118 ::ll::TypedStorage<4, 12, ::SubChunkPos> mCenterPos;
132 virtual ::MinecraftPacketIds getId() const ;
135 virtual ::
std::
string getName() const ;
165 MCAPI ::MinecraftPacketIds $getId() const;
167 MCAPI ::
std::
string $getName() const;
177 MCAPI static
void** $vftable();