33 ::ll::TypedStorage<8, 1352, ::LevelSettings> mSettings;
34 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mEntityId;
35 ::ll::TypedStorage<8, 8, ::ActorRuntimeID> mRuntimeId;
36 ::ll::TypedStorage<4, 4, ::GameType> mEntityGameType;
37 ::ll::TypedStorage<4, 12, ::Vec3> mPos;
38 ::ll::TypedStorage<4, 8, ::Vec2> mRot;
39 ::ll::TypedStorage<8, 32, ::std::string> mLevelId;
40 ::ll::TypedStorage<8, 32, ::std::string> mLevelName;
41 ::ll::TypedStorage<8, 24, ::ContentIdentity> mTemplateContentIdentity;
42 ::ll::TypedStorage<8, 16, ::mce::UUID> mWorldTemplateId;
43 ::ll::TypedStorage<1, 1, bool> mIsTrial;
44 ::ll::TypedStorage<4, 12, ::SyncedPlayerMovementSettings> mMovementSettings;
45 ::ll::TypedStorage<8, 8, uint64> mLevelCurrentTime;
46 ::ll::TypedStorage<4, 4, int> mEnchantmentSeed;
47 ::ll::TypedStorage<8, 32, ::std::string> mMultiplayerCorrelationId;
48 ::ll::TypedStorage<1, 1, bool> mEnableItemStackNetManager;
49 ::ll::TypedStorage<8, 32, ::std::string> mServerVersion;
50 ::ll::TypedStorage<8, 24, ::CompoundTag> mPlayerPropertyData;
51 ::ll::TypedStorage<8, 8, uint64> mServerBlockTypeRegistryChecksum;
52 ::ll::TypedStorage<1, 1, bool> mServerEnabledClientSideGeneration;
53 ::ll::TypedStorage<1, 1, bool> mBlockNetworkIdsAreHashes;
54 ::ll::TypedStorage<1, 1, ::NetworkPermissions> mNetworkPermissions;
55 ::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::std::string, ::CompoundTag>>> mBlockProperties;
62 virtual ::MinecraftPacketIds getId()
const ;
65 virtual ::std::string getName()
const ;
86 ::GameType entityGameType,
87 bool enableItemStackNetManager,
90 ::std::string
const& levelId,
91 ::std::string
const& levelName,
93 ::std::string
const& multiplayerCorrelationId,
98 ::std::string
const& serverVersion,
100 uint64 levelCurrentTime,
102 uint64 blockTypeRegistryChecksum
115 ::GameType entityGameType,
116 bool enableItemStackNetManager,
119 ::std::string
const& levelId,
120 ::std::string
const& levelName,
122 ::std::string
const& multiplayerCorrelationId,
127 ::std::string
const& serverVersion,
129 uint64 levelCurrentTime,
131 uint64 blockTypeRegistryChecksum
144 MCFOLD ::MinecraftPacketIds $getId()
const;
146 MCAPI ::std::string $getName()
const;
156 MCAPI
static void** $vftable();
Definition ContentIdentity.h:10