LeviLamina
Loading...
Searching...
No Matches
VibrationDataComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BlockPos;
8struct Tick;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<4, 16, ::std::optional<::BlockPos>> mLastVibrationPos;
16 ::ll::TypedStorage<8, 8, ::Tick> mLastVibrationTick;
17 // NOLINTEND
18};
Definition BlockPos.h:18
Definition VibrationDataComponent.h:11
Definition Tick.h:5