67 MCAPI
static void buildSchema(
68 ::std::string
const& name,
84 MCAPI
static void** $vftable();
91 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
92 ::ll::TypedStorage<4, 4, int> mMaxRoarDurationTicks;
93 ::ll::TypedStorage<4, 4, int> mMaxTicksUntilAttack;
94 ::ll::TypedStorage<4, 4, int> mKnockbackDamage;
95 ::ll::TypedStorage<4, 4, int> mKnockbackHorizontalStrength;
96 ::ll::TypedStorage<4, 4, int> mKnockbackVerticalStrength;
97 ::ll::TypedStorage<4, 4, float> mHeightCap;
98 ::ll::TypedStorage<4, 4, int> mKnockbackEffectRange;
99 ::ll::TypedStorage<4, 4, int> mMaxCooldownTicks;
100 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mKnockbackFilterGroup;
101 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mDamageFilterGroup;
102 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnRoarEnd;
103 ::ll::TypedStorage<1, 1, bool> mFilterEvaluateFix;
104 ::ll::TypedStorage<4, 4, int> mCurrentCooldownTicks;
105 ::ll::TypedStorage<4, 4, int> mCurrentRoarTicks;
112 virtual bool canUse() ;
115 virtual bool canContinueToUse() ;
118 virtual void start() ;
121 virtual void stop() ;
124 virtual void tick() ;
127 virtual void appendDebugInfo(::std::string& str)
const ;
142 MCAPI
bool $canUse();
144 MCAPI
bool $canContinueToUse();
152 MCAPI
void $appendDebugInfo(::std::string& str)
const;
158 MCAPI
static void** $vftable();
Definition EntityContext.h:16