|
enum class | Type : uchar { Invalid = 0
, Player = 1
, Entity = 2
, FakePlayer = 3
} |
|
using | PlayerNameResolver = ::std::function<::std::string const&(::ActorUniqueID)> |
|
|
MCAPI::std::string const & | getName (::std::function<::std::string const &(::ActorUniqueID)> const &playerNameResolver) const |
|
MCFOLD void | $dtor () |
|
|
::ll::TypedStorage< 8, 16, ::ScoreboardId > | mScoreboardId |
|
::ll::TypedStorage< 1, 1, bool > | mIsHiddenFakePlayer |
|
::ll::TypedStorage< 8, 8, ::PlayerScoreboardId > | mPlayerId |
|
::ll::TypedStorage< 8, 8, ::ActorUniqueID > | mEntityId |
|
::ll::TypedStorage< 8, 32, ::std::string > | mPlayerName |
|
::ll::TypedStorage< 1, 1, ::IdentityDefinition::Type > | mIdentityType |
|
The documentation for this class was generated from the following file: