15 enum class Type : uchar {
22 using PlayerNameResolver = ::std::function<::std::string
const&(
::ActorUniqueID)>;
27 ::ll::TypedStorage<8, 16, ::ScoreboardId> mScoreboardId;
28 ::ll::TypedStorage<1, 1, bool> mIsHiddenFakePlayer;
29 ::ll::TypedStorage<8, 8, ::PlayerScoreboardId> mPlayerId;
30 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mEntityId;
31 ::ll::TypedStorage<8, 32, ::std::string> mPlayerName;
32 ::ll::TypedStorage<1, 1, ::IdentityDefinition::Type> mIdentityType;
38 MCAPI ::std::string
const& getName(::std::function<::std::string
const&(
::ActorUniqueID)>
const& playerNameResolver
47 MCAPI static ::IdentityDefinition
const& Invalid();