23 ::ll::TypedStorage<4, 4, int> mTicksBeforeRemoval;
24 ::ll::TypedStorage<4, 4, int> mHasTicked;
25 ::ll::TypedStorage<8, 152, ::ItemStack> mItemToSpawn;
26 ::ll::TypedStorage<8, 24, ::WeakEntityRef> mDisplayEntity;
37 virtual void remove() ;
40 virtual void addAdditionalSaveData(
::CompoundTag& tag)
const ;
46 virtual void baseTick() ;
61 MCAPI
void _clientTick();
63 MCAPI ::ItemStack
const& _getItem();
65 MCAPI
void _onTimePassed();
67 MCAPI
void init(
::ItemStack const& itemToSpawn,
int ticksBeforeRemoval);
89 MCAPI
void $baseTick();
Definition EntityContext.h:16