LeviLamina
Loading...
Searching...
No Matches
StructurePoolBlockPredicateType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class StructurePoolBlockPredicateType : int {
6 TrueIfFound = 0,
7 AlwaysTrue = 1,
8 AlwaysTrueExcept = 2,
9 BlockMatch = 3,
10 StateMatch = 4,
11 BlockMatchRandom = 5,
12 StateMatchRandom = 6,
13 CappedRandomBlockReplacement = 7,
14 LinearPosition = 8,
15 AxisAlignedPosition = 9,
16 CappedArcheologyBlockReplacement = 10,
17};