LeviLamina
Loading...
Searching...
No Matches
ChestObstructionRule.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
ChestObstructionRule : uchar {
6
AlwaysObstruct = 0,
7
NeverObstruct = 1,
8
ShapeObstruct = 2,
9
};
src
mc
world
level
block
components
ChestObstructionRule.h
Generated on
for LeviLamina by
1.16.1