22 ::ll::TypedStorage<1, 1, bool> mDamagingActorIsWorldBuilder;
23 ::ll::TypedStorage<1, 1, bool> mDamagingActorIsCreative;
24 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mDamagingActorId;
25 ::ll::TypedStorage<4, 4, ::ActorType> mDamagingActorType;
26 ::ll::TypedStorage<4, 4, ::ActorCategory> mDamagingActorCategories;
27 ::ll::TypedStorage<8, 32, ::std::string> mDamagingActorNameTag;
38 virtual bool isChildEntitySource()
const ;
41 virtual ::std::pair<::std::string, ::std::vector<::std::string>>
42 getDeathMessage(::std::string deadName,
::Actor* dead)
const ;
45 virtual bool getDamagingEntityIsCreative()
const ;
48 virtual bool getDamagingEntityIsWorldBuilder()
const ;
51 virtual ::ActorUniqueID getDamagingEntityUniqueID()
const ;
54 virtual ::ActorType getDamagingEntityType()
const ;
57 virtual ::ActorCategory getDamagingEntityCategories()
const ;
60 virtual ::std::unique_ptr<::ActorDamageSource> clone()
const ;
72 ::SharedTypes::Legacy::ActorDamageCause cause
79 MCAPI
void* $ctor(
::Actor const& childActor,
::Actor const& actor, ::SharedTypes::Legacy::ActorDamageCause cause);
91 MCFOLD
bool $isChildEntitySource()
const;
93 MCAPI ::std::pair<::std::string, ::std::vector<::std::string>>
94 $getDeathMessage(::std::string deadName,
::Actor* dead)
const;
96 MCFOLD
bool $getDamagingEntityIsCreative()
const;
98 MCFOLD
bool $getDamagingEntityIsWorldBuilder()
const;
100 MCAPI ::ActorUniqueID $getDamagingEntityUniqueID()
const;
102 MCFOLD ::ActorType $getDamagingEntityType()
const;
104 MCAPI ::ActorCategory $getDamagingEntityCategories()
const;
106 MCAPI ::std::unique_ptr<::ActorDamageSource> $clone()
const;