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