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