LeviLamina
Loading...
Searching...
No Matches
SwimUpForBreathGoal.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec3.h"
7#include "mc/world/actor/ai/goal/Goal.h"
8#include "mc/world/level/material/MaterialType.h"
9
10// auto generated forward declare list
11// clang-format off
12class Mob;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, float> mSpeedMod;
20 ::ll::TypedStorage<4, 4, int> mSearchRadius;
21 ::ll::TypedStorage<4, 4, int> mSearchHeight;
22 ::ll::TypedStorage<4, 4, ::MaterialType> mMaterialType;
23 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
24 ::ll::TypedStorage<4, 12, ::Vec3> mWanted;
25 ::ll::TypedStorage<4, 4, int> mStartBreath;
26 ::ll::TypedStorage<1, 1, bool> mEndsInAir;
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
34
35public:
36 // virtual functions
37 // NOLINTBEGIN
38 // vIndex: 1
39 virtual bool canUse() /*override*/;
40
41 // vIndex: 2
42 virtual bool canContinueToUse() /*override*/;
43
44 // vIndex: 3
45 virtual bool canBeInterrupted() /*override*/;
46
47 // vIndex: 4
48 virtual void start() /*override*/;
49
50 // vIndex: 6
51 virtual void tick() /*override*/;
52
53 // vIndex: 7
54 virtual void appendDebugInfo(::std::string& str) const /*override*/;
55
56 // vIndex: 0
57 virtual ~SwimUpForBreathGoal() /*override*/ = default;
58 // NOLINTEND
59
60public:
61 // member functions
62 // NOLINTBEGIN
64
65 MCNAPI void _findAirPosition();
66 // NOLINTEND
67
68public:
69 // virtual function thunks
70 // NOLINTBEGIN
71 MCNAPI bool $canUse();
72
73 MCNAPI bool $canContinueToUse();
74
75 MCNAPI bool $canBeInterrupted();
76
77 MCNAPI void $start();
78
79 MCNAPI void $tick();
80
81 MCNAPI void $appendDebugInfo(::std::string& str) const;
82 // NOLINTEND
83
84public:
85 // vftables
86 // NOLINTBEGIN
87 MCNAPI static void** $vftable();
88 // NOLINTEND
89};
Definition Goal.h:14
Definition Mob.h:47
Definition SwimUpForBreathGoal.h:15
MCAPI void _findAirPosition()
MCAPI void $appendDebugInfo(::std::string &str) const
MCAPI bool $canBeInterrupted()
static MCAPI void ** $vftable()
MCAPI bool $canContinueToUse()
MCAPI void $start()
MCAPI void $tick()
MCAPI int _determineApproximateLiquidDepthOfMob() const
MCAPI bool $canUse()