LeviLamina
Loading...
Searching...
No Matches
BlockStateRegistry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
10 // NOLINTEND
11
12public:
13 // prevent constructor by default
14 BlockStateRegistry& operator=(BlockStateRegistry const&);
17
18public:
19 // static functions
20 // NOLINTBEGIN
21 MCAPI static ::BlockStateRegistry& get();
22 // NOLINTEND
23};
Definition BlockStateRegistry.h:5
Definition Alias.h:14