LeviLamina
Loading...
Searching...
No Matches
MobMovementClimb.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/Optional.h"
7
#include "mc/deps/ecs/strict/EntityModifier.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Block
;
12
class
IConstBlockSource
;
13
class
NavigationComponent
;
14
class
StrictEntityContext
;
15
struct
AABBShapeComponent
;
16
struct
ActorDataFlagComponent
;
17
struct
AutoClimbTravelFlagComponent
;
18
struct
CanStandOnSnowFlagComponent
;
19
struct
HasLightweightFamilyFlagComponent
;
20
struct
StateVectorComponent
;
21
struct
TickingSystemWithInfo
;
22
// clang-format on
23
24
namespace
MobMovementClimb {
25
// functions
26
// NOLINTBEGIN
27
MCNAPI
bool
canAutoClimbNow(
28
::ActorDataFlagComponent
const
& synchedActorData,
29
::AABBShapeComponent
const
& aabbShape,
30
::StateVectorComponent
const
& stateVector,
31
bool
canClimbInPowderSnow,
32
::IConstBlockSource
const
& region
33
);
34
35
MCNAPI
void
forAutoClimbSystems(::std::function<
void
(
::TickingSystemWithInfo
&&)>
const
& func);
36
37
MCNAPI ::Block
const
& getBlockAtFeet(
38
::AABBShapeComponent
const
& aabbShape,
39
::StateVectorComponent
const
& stateVector,
40
::IConstBlockSource
const
& constBlockSource
41
);
42
43
MCNAPI
void
tickAutoClimbingMob(
44
::StrictEntityContext
const
& entity,
45
::Optional<::CanStandOnSnowFlagComponent const>
canStandOnSnow,
46
::Optional<::HasLightweightFamilyFlagComponent const>
hasLightweightFamily,
47
::ActorDataFlagComponent
const
& synchedActorData,
48
::AABBShapeComponent
const
& aabbShape,
49
::StateVectorComponent
& stateVector,
50
::EntityModifier<::AutoClimbTravelFlagComponent>
climbModifier,
51
::IConstBlockSource
const
& region
52
);
53
54
MCNAPI
void
tickAutoClimbingMobInLava(
55
::StrictEntityContext
const
& entity,
56
::NavigationComponent
const
& navigation,
57
::Optional<::CanStandOnSnowFlagComponent const>
canStandOnSnow,
58
::Optional<::HasLightweightFamilyFlagComponent const>
hasLightweightFamily,
59
::ActorDataFlagComponent
const
& synchedActorData,
60
::AABBShapeComponent
const
& aabbShape,
61
::StateVectorComponent
& stateVector,
62
::EntityModifier<::AutoClimbTravelFlagComponent>
climbModifier,
63
::IConstBlockSource
const
& region
64
);
65
// NOLINTEND
66
67
}
// namespace MobMovementClimb
Block
Definition
Block.h:37
EntityModifier
Definition
EntityModifier.h:6
IConstBlockSource
Definition
IConstBlockSource.h:24
NavigationComponent
Definition
NavigationComponent.h:22
Optional
Definition
Optional.h:8
StrictEntityContext
Definition
StrictEntityContext.h:8
AABBShapeComponent
Definition
AABBShapeComponent.h:9
ActorDataFlagComponent
Definition
ActorDataFlagComponent.h:9
AutoClimbTravelFlagComponent
Definition
AutoClimbTravelFlagComponent.h:5
CanStandOnSnowFlagComponent
Definition
CanStandOnSnowFlagComponent.h:5
HasLightweightFamilyFlagComponent
Definition
HasLightweightFamilyFlagComponent.h:5
StateVectorComponent
Definition
StateVectorComponent.h:8
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:13
src-server
mc
entity
systems
movement
mob
MobMovementClimb.h
Generated on Sun Oct 12 2025 06:31:40 for LeviLamina by
1.12.0