LeviLamina
Loading...
Searching...
No Matches
StrollTowardsVillageGoal.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ai/goal/MoveToVillageGoal.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPos;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<4, 4, float> mStartChance;
18 // NOLINTEND
19
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 virtual bool canUse() /*override*/;
24
25 virtual void appendDebugInfo(::std::string& str) const /*override*/;
26
27 virtual ::BlockPos _selectRandomPosInVillage() /*override*/;
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33 MCAPI bool $canUse();
34
35 MCAPI void $appendDebugInfo(::std::string& str) const;
36
37 MCAPI ::BlockPos $_selectRandomPosInVillage();
38
39
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
Definition BlockPos.h:17
Definition MoveToVillageGoal.h:15
Definition StrollTowardsVillageGoal.h:13
static MCAPI void ** $vftable()