Class ThermooRegistries
java.lang.Object
com.github.thedeathlycow.thermoo.api.core.v1.registry.ThermooRegistries
Custom registries provided by Thermoo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.core.Registry<net.minecraft.core.component.DataComponentType<?>> Environment component type registrystatic final net.minecraft.core.Registry<EnvironmentProviderType<?>> Environment provider types registrystatic final net.minecraft.core.Registry<com.mojang.serialization.MapCodec<? extends TemperatureEffect>> Registry for temperature effect codecs.static final net.minecraft.core.Registry<com.mojang.serialization.MapCodec<? extends TemperatureReduction>> Registry fortemperature reduction codecs. -
Method Summary
-
Field Details
-
TEMPERATURE_REDUCTION_TYPE
public static final net.minecraft.core.Registry<com.mojang.serialization.MapCodec<? extends TemperatureReduction>> TEMPERATURE_REDUCTION_TYPERegistry fortemperature reduction codecs.- See Also:
-
TEMPERATURE_EFFECT_TYPE
public static final net.minecraft.core.Registry<com.mojang.serialization.MapCodec<? extends TemperatureEffect>> TEMPERATURE_EFFECT_TYPERegistry for temperature effect codecs.- See Also:
-
ENVIRONMENT_COMPONENT_TYPE
public static final net.minecraft.core.Registry<net.minecraft.core.component.DataComponentType<?>> ENVIRONMENT_COMPONENT_TYPEEnvironment component type registry- See Also:
-
ENVIRONMENT_PROVIDER_TYPE
public static final net.minecraft.core.Registry<EnvironmentProviderType<?>> ENVIRONMENT_PROVIDER_TYPEEnvironment provider types registry- See Also:
-