LeviLamina
Loading...
Searching...
No Matches
PortalCooldownDurationComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/BlockPos.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<4, 12, ::BlockPos> mPortalBlockPos;
13 ::ll::TypedStorage<4, 4, int> mMaxPortalCooldownTicks;
14 ::ll::TypedStorage<4, 4, int> mCurrentPortalCooldownTicks;
15 ::ll::TypedStorage<4, 4, int> mInsidePortalTimeTicks;
16 ::ll::TypedStorage<4, 4, int> mMaxPortalWaitTime;
17 // NOLINTEND
18};
Definition PortalCooldownDurationComponent.h:8