Enum Class TemperatureModifier

java.lang.Object
java.lang.Enum<TemperatureModifier>
dev.wyck.wrapper.biome.TemperatureModifier
All Implemented Interfaces:
WrappedEnumerator<TemperatureModifier>, Serializable, Comparable<TemperatureModifier>, Constable

@NullMarked @AsOf("0.0.1") public enum TemperatureModifier extends Enum<TemperatureModifier> implements WrappedEnumerator<TemperatureModifier>
This enum represents the temperature modifier for a biome in Minecraft. It includes two values: NONE and FROZEN, which correspond to the TemperatureModifier values in the Biome class in the Minecraft code. Each enum value includes a TemperatureModifier object, which can be retrieved using the getModifier method.
Since:
0.0.1