Class HexIotaTypes
java.lang.Object
at.petrak.hexcasting.common.lib.hex.HexIotaTypes
Stores the registry for iota types, some utility methods, and all the types Hexcasting itself defines.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IotaType<BooleanIota>static final IotaType<ContinuationIota>static final IotaType<DoubleIota>static final IotaType<EntityIota>static final IotaType<GarbageIota>static final Stringstatic final Stringstatic final intstatic final intstatic final IotaType<PatternIota>static final net.minecraft.core.Registry<IotaType<?>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregisterTypes(BiConsumer<IotaType<?>, net.minecraft.resources.ResourceLocation> r)
-
Field Details
-
REGISTRY
-
KEY_TYPE
- See Also:
-
KEY_DATA
- See Also:
-
MAX_SERIALIZATION_DEPTH
public static final int MAX_SERIALIZATION_DEPTH- See Also:
-
MAX_SERIALIZATION_TOTAL
public static final int MAX_SERIALIZATION_TOTAL- See Also:
-
NULL
-
DOUBLE
-
BOOLEAN
-
ENTITY
-
LIST
-
PATTERN
-
GARBAGE
-
VEC3
-
CONTINUATION
-
-
Constructor Details
-
HexIotaTypes
public HexIotaTypes()
-
-
Method Details
-
registerTypes
public static void registerTypes(BiConsumer<IotaType<?>, net.minecraft.resources.ResourceLocation> r)
-