LeviLamina
Loading...
Searching...
No Matches
BreakDoorAnnotationComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/Difficulty.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPos;
11class Mob;
12class Path;
13struct ActorUniqueID;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, int> mBreakTicks;
21 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::Difficulty> mMinDifficulty;
22 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mTargetID;
23 ::ll::TypedStorage<4, 4, int> mBreakingTime;
24 ::ll::TypedStorage<4, 16, ::std::optional<::BlockPos>> mObstructionPos;
25 ::ll::TypedStorage<8, 8, uint64> mLastPathIndex;
26 // NOLINTEND
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCAPI void _cleanUp(::Mob& mob);
32
33 MCAPI bool canMobBreakDoor(::Mob& mob, ::Path const& path) const;
34
35 MCAPI void clearProgress(::Mob& mob);
36
37 MCAPI void obstructionCheck(::Mob& mob);
38 // NOLINTEND
39};
Definition BlockPos.h:18
Definition BreakDoorAnnotationComponent.h:16
Definition Mob.h:47
Definition Path.h:16
Definition ActorUniqueID.h:5