18class Camel :
public ::Animal {
22 ::ll::TypedStorage<1, 1, bool> mWasSitting;
23 ::ll::TypedStorage<8, 24, ::std::optional<::ExpiringTick>> mDashCooldown;
24 ::ll::TypedStorage<1, 1, bool> mWasInCooldown;
34 virtual void aiStep() ;
36 virtual void normalTick() ;
38 virtual ::Vec3 getInterpolatedRidingOffset(
float,
int const)
const ;
40 virtual float _getWalkTargetValue(
::BlockPos const& pos) ;
42 virtual ~Camel() =
default;
54 MCAPI
void _monitorSitting();
72 MCAPI
void $normalTick();
74 MCAPI ::Vec3 $getInterpolatedRidingOffset(
float,
int const)
const;
76 MCAPI
float $_getWalkTargetValue(
::BlockPos const& pos);
Definition EntityContext.h:16