Class ThermooRegistries
java.lang.Object
com.github.thedeathlycow.thermoo.api.core.v2.registry.ThermooRegistries
Keys for all registries provided by Thermoo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<EnvironmentDefinition>> Registry key for the environment definition registry.static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<net.minecraft.core.component.DataComponentType<?>>> The key for the environment component type registry.static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<EnvironmentProvider>> Registry key for the environment provider registry.static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<com.mojang.serialization.MapCodec<? extends EnvironmentProvider>>> Registry key for environment provider codecs.static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<com.mojang.serialization.MapCodec<? extends TemperatureEffect>>> Registry key for temperature effect codecs.static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<com.mojang.serialization.MapCodec<? extends TemperatureReduction>>> Registry key for temperature status codecs.static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<TemperatureSource>> Registry key for the temperature source datapack registry.static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<TemperatureStatus>> Registry key for the temperature status datapack registry. -
Method Summary
-
Field Details
-
TEMPERATURE_SOURCE
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<TemperatureSource>> TEMPERATURE_SOURCERegistry key for the temperature source datapack registry.
This registry is datapack registry, with elements defined from a datapack in the folder
/thermoo/temperature_status/- See Also:
-
TEMPERATURE_STATUS
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<TemperatureStatus>> TEMPERATURE_STATUSRegistry key for the temperature status datapack registry.
This registry is datapack registry, with elements defined from a datapack in the folder
/thermoo/temperature_status/- See Also:
-
ENVIRONMENT_PROVIDER
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<EnvironmentProvider>> ENVIRONMENT_PROVIDERRegistry key for the environment provider registry.
This registry is a datapack registry, with elements defined from a datapack in the folder
/thermoo/environment_provider/- See Also:
-
ENVIRONMENT
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<EnvironmentDefinition>> ENVIRONMENTRegistry key for the environment definition registry.
This registry is datapack registry, with elements defined from a datapack in the folder
/thermoo/environment/- See Also:
-
ENVIRONMENT_PROVIDER_TYPE
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<com.mojang.serialization.MapCodec<? extends EnvironmentProvider>>> ENVIRONMENT_PROVIDER_TYPERegistry key for environment provider codecs. Register codecs to this registry in an entry point.- See Also:
-
TEMPERATURE_EFFECT_TYPE
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<com.mojang.serialization.MapCodec<? extends TemperatureEffect>>> TEMPERATURE_EFFECT_TYPERegistry key for temperature effect codecs. Register codecs to this registry in an entry point.- See Also:
-
ENVIRONMENT_COMPONENT_TYPE
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<net.minecraft.core.component.DataComponentType<?>>> ENVIRONMENT_COMPONENT_TYPEThe key for the environment component type registry. Register data component types to this registry in an entry point.- See Also:
-
TEMPERATURE_REDUCTION_TYPE
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<com.mojang.serialization.MapCodec<? extends TemperatureReduction>>> TEMPERATURE_REDUCTION_TYPERegistry key for temperature status codecs. Register codecs to this registry in an entry point.- See Also:
-