26 enum class Type :
int {
36 ::ll::TypedStorage<4, 4, ::MapItemTrackedActor::Type> type;
37 ::ll::TypedStorage<8, 8, ::ActorUniqueID> keyEntityId;
38 ::ll::TypedStorage<4, 12, ::BlockPos> keyBlockPos;
45 ::ll::TypedStorage<8, 32, ::MapItemTrackedActor::UniqueId> mUniqueId;
46 ::ll::TypedStorage<1, 1, bool> mNeedsResend;
47 ::ll::TypedStorage<4, 4, uint> mMinDirtyX;
48 ::ll::TypedStorage<4, 4, uint> mMinDirtyY;
49 ::ll::TypedStorage<4, 4, uint> mMaxDirtyX;
50 ::ll::TypedStorage<4, 4, uint> mMaxDirtyY;
51 ::ll::TypedStorage<4, 4, int> mTick;
52 ::ll::TypedStorage<4, 4, float> mLastRotation;
53 ::ll::TypedStorage<1, 1, ::MapDecoration::Type> mDecorationType;
54 ::ll::TypedStorage<4, 4, ::DimensionType> mDimensionId;
55 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ChunkViewSource>> mChunkViewSource;
61 MCAPI ::std::unique_ptr<::Packet> nextUpdatePacket(
::MapItemSavedData const& savedData);