LeviLamina
|
Public Member Functions | |
LLAPI void | serialize (CompoundTag &) const override |
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 Member Functions | |
constexpr | SpawnMobEvent (BlockSource &blockSource, ActorDefinitionIdentifier const &identifier, optional_ref< Actor > spawner, Vec3 const &pos, bool &naturalSpawn, bool &surface, bool &fromSpawner) |
Protected Attributes | |
ActorDefinitionIdentifier const & | mIdentifier |
optional_ref< Actor > | mSpawner |
Vec3 const & | mPos |
bool & | mNaturalSpawn |
bool & | mSurface |
bool & | mFromSpawner |