LeviLamina
Loading...
Searching...
No Matches
PortalEnvironmentModifiers.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<1, 1, bool> mIsInNether;
10 ::ll::TypedStorage<1, 1, bool> mIsUnderwater;
11 ::ll::TypedStorage<1, 1, bool> mIsPartiallyBuried;
12 ::ll::TypedStorage<1, 1, bool> mIsUnderground;
13 ::ll::TypedStorage<1, 1, bool> mIsCold;
14 ::ll::TypedStorage<4, 4, float> mMossiness;
15 // NOLINTEND
16};
Definition PortalEnvironmentModifiers.h:5