LeviLamina
Loading...
Searching...
No Matches
OpenDoorAnnotationComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/BlockPos.h"
7
8// auto generated forward declare list
9// clang-format off
10class Mob;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 40, ::std::queue<::BlockPos, ::std::deque<::BlockPos>>> mPassedDoorPositions;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI void _cleanUp(::Mob& mob);
24
25 MCAPI void checkPath(::Mob& mob);
26 // NOLINTEND
27};
Definition Mob.h:51
Definition OpenDoorAnnotationComponent.h:13