31 ::ll::TypedStorage<8, 8, uint64> blobId;
38 ::ll::TypedStorage<8, 8, ::ChunkPos> mPos;
39 ::ll::TypedStorage<4, 4, ::DimensionType> mDimensionId;
40 ::ll::TypedStorage<1, 1, bool> mCacheEnabled;
41 ::ll::TypedStorage<1, 1, bool> mIsChunkInTickRange;
42 ::ll::TypedStorage<8, 32, ::std::string> mSerializedChunk;
43 ::ll::TypedStorage<8, 8, uint64> mSubChunksCount;
44 ::ll::TypedStorage<1, 1, bool> isClientPacket;
45 ::ll::TypedStorage<1, 1, bool> mClientNeedsToRequestSubchunks;
46 ::ll::TypedStorage<4, 4, int> mClientRequestSubChunkLimit;
47 ::ll::TypedStorage<8, 24, ::std::vector<::LevelChunkPacket::SubChunkMetadata>> mCacheMetadata;
57 virtual ::MinecraftPacketIds getId() const ;
60 virtual ::
std::
string getName() const ;
84 MCAPI ::MinecraftPacketIds $getId() const;
86 MCAPI ::
std::
string $getName() const;
96 MCAPI static
void** $vftable();