27 enum class State :
int {
35 ::ll::TypedStorage<1, 1, bool> mCreative;
36 ::ll::TypedStorage<4, 4, ::FallingBlockActor::State> mState;
37 ::ll::TypedStorage<4, 4, int> mWaitTicks;
38 ::ll::TypedStorage<4, 4, int> mTime;
39 ::ll::TypedStorage<1, 1, bool> mCancelDrop;
40 ::ll::TypedStorage<1, 1, bool> mHurtEntities;
41 ::ll::TypedStorage<4, 4, int> mFallDamageMax;
42 ::ll::TypedStorage<4, 4, float> mFallDamageAmount;
43 ::ll::TypedStorage<4, 12, ::Vec3> mRenderOffset;
44 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::CompoundTag>> mFallingBlockSerId;
45 ::ll::TypedStorage<2, 2, ::NewBlockID> mFallingBlockId;
46 ::ll::TypedStorage<2, 2, ushort> mFallingBlockData;
56 virtual void normalTick() ;
59 virtual float getShadowRadius()
const ;
62 virtual float causeFallDamageToActor(
float distance,
float multiplier,
::ActorDamageSource source) ;
65 virtual void teleportTo(
67 bool shouldStopRiding,
74 virtual bool canChangeDimensionsUsingPortal()
const ;
77 virtual void onSynchedDataUpdate(
int dataId) ;
83 virtual void addAdditionalSaveData(
::CompoundTag& tag)
const ;
101 MCAPI
void _waitRemoval();
103 MCAPI
void breakBlock();
107 MCAPI ::Block
const& getFallingBlock()
const;
109 MCAPI
void setFallingBlock(
::Block const& block,
bool creative);
133 MCAPI
void $normalTick();
135 MCFOLD
float $getShadowRadius()
const;
137 MCAPI
float $causeFallDamageToActor(
float distance,
float multiplier,
::ActorDamageSource source);
140 $teleportTo(
::Vec3 const& pos,
bool shouldStopRiding,
int cause,
int sourceEntityType,
bool keepVelocity);
142 MCAPI
bool $canChangeDimensionsUsingPortal()
const;
144 MCAPI
void $onSynchedDataUpdate(
int dataId);
156 MCAPI
static void** $vftable();
Definition EntityContext.h:16