25 enum class ClientEvent : schar {
34 ::ll::TypedStorage<4, 4, float> mTargetSquish;
35 ::ll::TypedStorage<4, 4, ::ParticleType> mParticleType;
36 ::ll::TypedStorage<4, 4, float> mSquish;
37 ::ll::TypedStorage<4, 4, float> mOldSquish;
51 virtual float getShadowRadius()
const ;
54 virtual void onSynchedDataUpdate(
int dataId) ;
57 virtual void remove() ;
60 virtual bool checkSpawnRules(
bool fromSpawner) ;
63 virtual bool doPlayLandSound();
66 virtual void playJumpSound();
69 virtual float _getWalkTargetValue(
::BlockPos const& pos) ;
72 virtual void decreaseSquish();
75 virtual ::OwnerPtr<::EntityContext> createChild(
int i);
78 virtual void addAdditionalSaveData(
::CompoundTag& tag)
const ;
96 MCFOLD
int getSlimeSize()
const;
98 MCAPI
void justJumped();
100 MCAPI
void justLanded();
102 MCAPI
void postNormalTick(
bool wasOnGround);
104 MCAPI
void setSlimeSize(
int size);
128 MCAPI
float $getShadowRadius()
const;
130 MCAPI
void $onSynchedDataUpdate(
int dataId);
132 MCAPI
void $remove();
134 MCAPI
bool $checkSpawnRules(
bool fromSpawner);
136 MCAPI
bool $doPlayLandSound();
138 MCAPI
void $playJumpSound();
140 MCAPI
float $_getWalkTargetValue(
::BlockPos const& pos);
142 MCAPI
void $decreaseSquish();
144 MCAPI ::OwnerPtr<::EntityContext> $createChild(
int i);
Definition EntityContext.h:16