LeviLamina
Loading...
Searching...
No Matches
RedstoneLogicExecutionFlags.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
RedstoneLogicExecutionFlags : uchar {
6
// bitfield representation
7
None = 0,
8
CacheValues = 1 << 0,
9
CheckLock = 1 << 1,
10
EvaluateAsProducer = 1 << 2,
11
EvaluateAsConsumer = 1 << 3,
12
};
src
mc
world
redstone
circuit
components
RedstoneLogicExecutionFlags.h
Generated on Sat Apr 26 2025 05:56:33 for LeviLamina by
1.12.0