LeviLamina
Loading...
Searching...
No Matches
GetCollisionShapeActorProxy.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ActorType.h"
7#include "mc/world/level/block/GetCollisionShapeInterface.h"
8
9// auto generated forward declare list
10// clang-format off
11class AABB;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 1
31 virtual float getFeetAttachPosY() const /*override*/;
32
33 // vIndex: 2
34 virtual bool canDescendThroughBlock() const /*override*/;
35
36 // vIndex: 3
37 virtual float getFallDistance() const /*override*/;
38
39 // vIndex: 4
40 virtual ::ActorType getEntityTypeId() const /*override*/;
41
42 // vIndex: 5
43 virtual bool isWearingLeatherBoots() const /*override*/;
44
45 // vIndex: 6
46 virtual bool hasLightWeightFamilyTag() const /*override*/;
47
48 // vIndex: 8
49 virtual bool isWorldBuilder() const /*override*/;
50
51 // vIndex: 7
52 virtual ::AABB const& getAABB() const /*override*/;
53
54 // vIndex: 9
55 virtual bool isRiding() const /*override*/;
56
57 // vIndex: 10
58 virtual bool hasPassenger() const /*override*/;
59
60 // vIndex: 0
61 virtual ~GetCollisionShapeActorProxy() /*override*/ = default;
62 // NOLINTEND
63
64public:
65 // destructor thunk
66 // NOLINTBEGIN
67
68 // NOLINTEND
69
70public:
71 // virtual function thunks
72 // NOLINTBEGIN
73 MCAPI float $getFeetAttachPosY() const;
74
75 MCAPI bool $canDescendThroughBlock() const;
76
77 MCAPI float $getFallDistance() const;
78
79 MCAPI ::ActorType $getEntityTypeId() const;
80
81 MCAPI bool $isWearingLeatherBoots() const;
82
83 MCAPI bool $hasLightWeightFamilyTag() const;
84
85 MCAPI bool $isWorldBuilder() const;
86
87 MCAPI ::AABB const& $getAABB() const;
88
89 MCAPI bool $isRiding() const;
90
91 MCAPI bool $hasPassenger() const;
92 // NOLINTEND
93
94public:
95 // vftables
96 // NOLINTBEGIN
97 MCAPI static void** $vftable();
98 // NOLINTEND
99};
Definition AABB.h:16
Definition GetCollisionShapeActorProxy.h:14
Definition GetCollisionShapeInterface.h:13
Definition Alias.h:14