LeviLamina
Loading...
Searching...
No Matches
SnapOnRailComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec3.h"
7#include "mc/world/level/BlockPos.h"
8
9// auto generated forward declare list
10// clang-format off
11class Block;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 12, ::BlockPos> mSnapToPosition;
19 ::ll::TypedStorage<4, 12, ::Vec3> mOriginalEntityPosition;
20 ::ll::TypedStorage<8, 8, ::Block const*> mBlock;
21 ::ll::TypedStorage<4, 4, int> mRailDirection;
22 ::ll::TypedStorage<1, 1, bool> mShouldHaltTrack;
23 ::ll::TypedStorage<1, 1, bool> mIsPowerTrack;
24 // NOLINTEND
25};
Definition Block.h:38
Definition SnapOnRailComponent.h:14