|
LeviLamina
|
Inheritance diagram for world::SpawnedMobEvent:Public Member Functions | |
| constexpr | SpawnedMobEvent (optional_ref< Mob > mob, BlockSource &blockSource, ActorDefinitionIdentifier const &identifier, optional_ref< Actor > spawner, Vec3 const &pos, bool &naturalSpawn, bool &surface, bool &fromSpawner) |
| LLAPI void | serialize (CompoundTag &) const override |
| LLNDAPI optional_ref< Mob > | mob () const |
| LLNDAPI ActorDefinitionIdentifier const & | identifier () const |
| LLNDAPI optional_ref< Actor > | spawner () const |
| LLNDAPI Vec3 const & | pos () const |
| LLNDAPI bool const & | naturalSpawn () const |
| LLNDAPI bool const & | surface () const |
| LLNDAPI bool const & | fromSpawner () const |
| LLNDAPI BlockSource & | blockSource () const |
Protected Attributes | |
| ActorDefinitionIdentifier const & | mIdentifier |
| optional_ref< Actor > | mSpawner |
| Vec3 const & | mPos |
| bool & | mNaturalSpawn |
| bool & | mSurface |
| bool & | mFromSpawner |