22 ::ll::TypedStorage<8, 8, ::BlockSource const&> mRegion;
23 ::ll::TypedStorage<1, 1, bool> mIsWorldBuilder;
24 ::ll::TypedStorage<1, 1, bool> mIsCreative;
25 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mEntityID;
26 ::ll::TypedStorage<4, 4, ::ActorType> mEntityType;
27 ::ll::TypedStorage<4, 4, ::ActorCategory> mEntityCategories;
28 ::ll::TypedStorage<8, 32, ::std::string> mEntityNameTag;
35 virtual bool isEntitySource()
const ;
38 virtual ::std::pair<::std::string, ::std::vector<::std::string>>
39 getDeathMessage(::std::string deadName,
::Actor* dead)
const ;
42 virtual bool getIsCreative()
const ;
45 virtual bool getIsWorldBuilder()
const ;
48 virtual ::ActorUniqueID getEntityUniqueID()
const ;
51 virtual ::ActorType getEntityType()
const ;
54 virtual ::ActorCategory getEntityCategories()
const ;
57 virtual ::ActorUniqueID getDamagingEntityUniqueID()
const ;
60 virtual ::ActorType getDamagingEntityType()
const ;
63 virtual ::std::unique_ptr<::ActorDamageSource> clone()
const ;
78 MCAPI
void* $ctor(
::Actor const& actor, ::SharedTypes::Legacy::ActorDamageCause cause);
90 MCFOLD
bool $isEntitySource()
const;
92 MCAPI ::std::pair<::std::string, ::std::vector<::std::string>>
93 $getDeathMessage(::std::string deadName,
::Actor* dead)
const;
95 MCFOLD
bool $getIsCreative()
const;
97 MCFOLD
bool $getIsWorldBuilder()
const;
99 MCFOLD ::ActorUniqueID $getEntityUniqueID()
const;
101 MCFOLD ::ActorType $getEntityType()
const;
103 MCAPI ::ActorCategory $getEntityCategories()
const;
105 MCFOLD ::ActorUniqueID $getDamagingEntityUniqueID()
const;
107 MCFOLD ::ActorType $getDamagingEntityType()
const;
109 MCAPI ::std::unique_ptr<::ActorDamageSource> $clone()
const;
115 MCAPI
static void** $vftable();