LeviLamina
Loading...
Searching...
No Matches
JoinOperation.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
VoxelShapes {
6
7
enum class
JoinOperation : uchar {
8
Intersection = 0,
9
Union = 1,
10
FirstMinusSecond = 2,
11
SecondMinusFirst = 3,
12
};
13
14
}
src-server
mc
deps
voxel_shapes
JoinOperation.h
Generated on Tue Nov 25 2025 04:00:54 for LeviLamina by
1.12.0