LeviLamina
Loading...
Searching...
No Matches
AdventureSettings.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<1, 1, bool> noPvM;
10 ::ll::TypedStorage<1, 1, bool> noMvP;
11 ::ll::TypedStorage<1, 1, bool> immutableWorld;
12 ::ll::TypedStorage<1, 1, bool> showNameTags;
13 ::ll::TypedStorage<1, 1, bool> autoJump;
14 // NOLINTEND
15};
Definition AdventureSettings.h:5