LeviLamina
Loading...
Searching...
No Matches
SlimeRandomDirectionGoal.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ai/goal/Goal.h"
7
8// auto generated forward declare list
9// clang-format off
10class Mob;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
18 ::ll::TypedStorage<4, 4, int> mNextRandomizeTicks;
19 ::ll::TypedStorage<4, 4, int> mMinChangeDirectionTicks;
20 ::ll::TypedStorage<4, 4, int> mAddRandomTicks;
21 ::ll::TypedStorage<4, 4, int> mTurnRange;
22 ::ll::TypedStorage<4, 4, float> mChosenDegrees;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 1
35 virtual bool canUse() /*override*/;
36
37 // vIndex: 6
38 virtual void tick() /*override*/;
39
40 // vIndex: 7
41 virtual void appendDebugInfo(::std::string& str) const /*override*/;
42
43 // vIndex: 0
44 virtual ~SlimeRandomDirectionGoal() /*override*/ = default;
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCNAPI bool $canUse();
51
52 MCNAPI void $tick();
53
54 MCNAPI void $appendDebugInfo(::std::string& str) const;
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCNAPI static void** $vftable();
61 // NOLINTEND
62};
Definition Goal.h:14
Definition Mob.h:47
Definition SlimeRandomDirectionGoal.h:13
MCAPI void $appendDebugInfo(::std::string &str) const
static MCAPI void ** $vftable()