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;
55 virtual ::MinecraftPacketIds getId() const ;
57 virtual ::
std::
string getName() const ;
73 MCAPI ::MinecraftPacketIds $getId() const;
75 MCAPI ::
std::
string $getName() const;