28 enum class Type :
int {
38 ::ll::TypedStorage<4, 4, ::MapItemTrackedActor::Type> type;
39 ::ll::TypedStorage<8, 8, ::ActorUniqueID> keyEntityId;
40 ::ll::TypedStorage<4, 12, ::BlockPos> keyBlockPos;
64 ::ll::TypedStorage<8, 32, ::MapItemTrackedActor::UniqueId> mUniqueId;
65 ::ll::TypedStorage<1, 1, bool> mNeedsResend;
66 ::ll::TypedStorage<4, 4, uint> mMinDirtyX;
67 ::ll::TypedStorage<4, 4, uint> mMinDirtyY;
68 ::ll::TypedStorage<4, 4, uint> mMaxDirtyX;
69 ::ll::TypedStorage<4, 4, uint> mMaxDirtyY;
70 ::ll::TypedStorage<4, 4, int> mTick;
71 ::ll::TypedStorage<4, 4, float> mLastRotation;
72 ::ll::TypedStorage<1, 1, ::MapDecoration::Type> mDecorationType;
73 ::ll::TypedStorage<4, 4, ::DimensionType> mDimensionId;
74 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ChunkViewSource>> mChunkViewSource;
86 MCAPI ::std::unique_ptr<::Packet> nextUpdatePacket(
::MapItemSavedData const& savedData);