13 enum class Type : uchar {
20 using PlayerNameResolver = ::std::function<::std::string
const&(
::ActorUniqueID)>;
25 ::ll::TypedStorage<8, 16, ::ScoreboardId> mScoreboardId;
26 ::ll::TypedStorage<1, 1, bool> mIsHiddenFakePlayer;
27 ::ll::TypedStorage<8, 8, ::PlayerScoreboardId> mPlayerId;
28 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mEntityId;
29 ::ll::TypedStorage<8, 32, ::std::string> mPlayerName;
30 ::ll::TypedStorage<1, 1, ::IdentityDefinition::Type> mIdentityType;
36 MCAPI ::std::string
const&
37 getName(::std::function<::std::string
const&(
::ActorUniqueID)>
const& playerNameResolver)
const;
45 MCAPI static ::IdentityDefinition
const& Invalid();