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 // virtual function thunks
66 // NOLINTBEGIN
67 MCNAPI float $getFeetAttachPosY() const;
68
69 MCNAPI bool $canDescendThroughBlock() const;
70
71 MCNAPI float $getFallDistance() const;
72
73 MCNAPI ::ActorType $getEntityTypeId() const;
74
75 MCNAPI bool $isWearingLeatherBoots() const;
76
77 MCNAPI bool $hasLightWeightFamilyTag() const;
78
79 MCNAPI bool $isWorldBuilder() const;
80
81 MCNAPI ::AABB const& $getAABB() const;
82
83 MCNAPI bool $isRiding() const;
84
85 MCNAPI bool $hasPassenger() const;
86 // NOLINTEND
87
88public:
89 // vftables
90 // NOLINTBEGIN
91 MCNAPI static void** $vftable();
92 // NOLINTEND
93};
Definition AABB.h:18
Definition GetCollisionShapeActorProxy.h:14
MCAPI::AABB const & $getAABB() const
MCAPI bool $hasPassenger() const
MCAPI bool $isWorldBuilder() const
MCAPI::ActorType $getEntityTypeId() const
MCAPI bool $isRiding() const
MCAPI bool $canDescendThroughBlock() const
MCAPI float $getFeetAttachPosY() const
MCAPI bool $hasLightWeightFamilyTag() const
MCAPI bool $isWearingLeatherBoots() const
MCAPI float $getFallDistance() const
static MCAPI void ** $vftable()
Definition GetCollisionShapeInterface.h:13
Definition Alias.h:14