|
|
MCAPI | ActorDefinitionIdentifier (::std::string const &fullName) |
|
MCAPI | ActorDefinitionIdentifier (char const *fullName) |
|
MCAPI | ActorDefinitionIdentifier (::std::string_view fullName) |
|
MCAPI | ActorDefinitionIdentifier (::ActorDefinitionIdentifier &&other) |
|
MCAPI | ActorDefinitionIdentifier (::ActorDefinitionIdentifier const &other) |
|
MCAPI | ActorDefinitionIdentifier (::ActorType type, ::std::string initEvent) |
|
MCAPI | ActorDefinitionIdentifier (::std::string nameSpace, ::std::string identifier, ::std::string initEvent) |
|
MCAPI::ActorType | _getLegacyActorType () const |
|
MCAPI void | _initialize () |
|
MCFOLD::HashedString const & | getCanonicalHash () const |
|
MCFOLD::std::string const & | getCanonicalName () const |
|
MCFOLD::std::string const & | getFullName () const |
|
MCFOLD::std::string const & | getIdentifier () const |
|
MCFOLD::std::string const & | getInitEvent () const |
|
MCFOLD::std::string const & | getNamespace () const |
|
MCAPI void | initialize (::std::string const &fullName) |
|
MCAPI void | initialize (::std::string const &nameSpace, ::std::string const &identifier, ::std::string const &initEvent) |
|
MCAPI bool | isEmpty () const |
|
MCAPI bool | isVanilla () const |
|
MCAPI::std::strong_ordering | operator<=> (::ActorDefinitionIdentifier const &other) const |
|
MCAPI::ActorDefinitionIdentifier & | operator= (::ActorDefinitionIdentifier const &other) |
|
MCAPI bool | operator== (::ActorDefinitionIdentifier const &other) const |
|
MCAPI void | setIdentifier (::std::string const &identifier) |
|
MCAPI void | setInitEvent (::std::string const &initEvent) |
|
MCAPI void | setter (::std::string const &str, ::BedrockLoadContext context, ::cereal::SerializerContext const &serializerContext) |
|
MCAPI void * | $ctor () |
|
MCAPI void * | $ctor (::std::string const &fullName) |
|
MCAPI void * | $ctor (char const *fullName) |
|
MCAPI void * | $ctor (::std::string_view fullName) |
|
MCAPI void * | $ctor (::ActorDefinitionIdentifier &&other) |
|
MCAPI void * | $ctor (::ActorDefinitionIdentifier const &other) |
|
MCAPI void * | $ctor (::ActorType type, ::std::string initEvent) |
|
MCAPI void * | $ctor (::std::string nameSpace, ::std::string identifier, ::std::string initEvent) |
|
MCFOLD void | $dtor () |
|
|
::ll::TypedStorage< 8, 32, ::std::string > | mNamespace |
|
::ll::TypedStorage< 8, 32, ::std::string > | mIdentifier |
|
::ll::TypedStorage< 8, 32, ::std::string > | mInitEvent |
|
::ll::TypedStorage< 8, 32, ::std::string > | mFullName |
|
::ll::TypedStorage< 8, 48, ::HashedString > | mCanonicalName |