Class ThermooRegistryKeys
java.lang.Object
com.github.thedeathlycow.thermoo.api.ThermooRegistryKeys
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.registry.RegistryKey<net.minecraft.registry.Registry<EnvironmentDefinition>> Key for the environment definition registrystatic final net.minecraft.registry.RegistryKey<net.minecraft.registry.Registry<net.minecraft.component.ComponentType<?>>> The key for the environment component type registrystatic final net.minecraft.registry.RegistryKey<net.minecraft.registry.Registry<EnvironmentProvider>> Key for the environment provider registry.static final net.minecraft.registry.RegistryKey<net.minecraft.registry.Registry<EnvironmentProviderType<?>>> Key for the environment provider type registrystatic final net.minecraft.registry.RegistryKey<net.minecraft.registry.Registry<TemperatureEffect<?>>> Key for the temperature effect registry -
Method Summary
-
Field Details
-
TEMPERATURE_EFFECT
public static final net.minecraft.registry.RegistryKey<net.minecraft.registry.Registry<TemperatureEffect<?>>> TEMPERATURE_EFFECTKey for the temperature effect registryNote that the datapack registry for temperature effects is defined by a
ConfiguredTemperatureEffect- See Also:
-
ENVIRONMENT_COMPONENT_TYPE
public static final net.minecraft.registry.RegistryKey<net.minecraft.registry.Registry<net.minecraft.component.ComponentType<?>>> ENVIRONMENT_COMPONENT_TYPEThe key for the environment component type registry- See Also:
-
ENVIRONMENT_PROVIDER_TYPE
public static final net.minecraft.registry.RegistryKey<net.minecraft.registry.Registry<EnvironmentProviderType<?>>> ENVIRONMENT_PROVIDER_TYPEKey for the environment provider type registry- See Also:
-
ENVIRONMENT_PROVIDER
public static final net.minecraft.registry.RegistryKey<net.minecraft.registry.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.registry.RegistryKey<net.minecraft.registry.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:
-