LeviLamina
Loading...
Searching...
No Matches
BlockOcclusionType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class BlockOcclusionType : int {
6 Unknown = 0,
7 HalfSlab = 1,
8 Leaf = 2,
9 Connects2D = 3,
10 IsLiquid = 4,
11 Portal = 5,
12 Ice = 6,
13 Cactus = 7,
14 PowderSnow = 8,
15 SculkShrieker = 9,
16 Default = 10,
17};