LeviLamina
Loading...
Searching...
No Matches
BlockStateMeta.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 BlockStateMeta& operator=(BlockStateMeta const&);
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCNAPI int indexOf(uint64 const& h) const;
26 // NOLINTEND
27};
Definition BlockStateMeta.h:5
MCAPI int indexOf(uint64 const &h) const
Definition Alias.h:14