Class ThermooRegistryKeys
java.lang.Object
com.github.thedeathlycow.thermoo.api.ThermooRegistryKeys
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<EnvironmentDefinition>> Key for the environment definition registrystatic final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<net.minecraft.core.component.DataComponentType<?>>> The key for the environment component type registrystatic final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<EnvironmentProvider>> Key for the environment provider registry.static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<EnvironmentProviderType<?>>> Key for the environment provider type registrystatic 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<TemperatureStatus>> Registry key for the temperature status datapack registry. -
Method Summary
-
Field Details
-
TEMPERATURE_STATUS
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<TemperatureStatus>> TEMPERATURE_STATUSRegistry key for the temperature status datapack registry.- 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 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- See Also:
-
ENVIRONMENT_PROVIDER_TYPE
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<EnvironmentProviderType<?>>> ENVIRONMENT_PROVIDER_TYPEKey for the environment provider type registry- See Also:
-
ENVIRONMENT_PROVIDER
public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<EnvironmentProvider>> ENVIRONMENT_PROVIDERKey for the environment provider registry.This registry is a dynamic 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>> ENVIRONMENTKey for the environment definition registryThis registry is a dynamic registry, with elements defined from a datapack in the folder
/thermoo/environment/- See Also:
-