Class ThermooRegistryKeys

java.lang.Object
com.github.thedeathlycow.thermoo.api.ThermooRegistryKeys

public final class ThermooRegistryKeys extends Object
  • Field Details

    • TEMPERATURE_EFFECT

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<TemperatureEffect<?>>> TEMPERATURE_EFFECT
      Key for the temperature effect registry

      Note that the datapack registry for temperature effects is defined by a ConfiguredTemperatureEffect

      See Also:
    • ENVIRONMENT_COMPONENT_TYPE

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<net.minecraft.core.component.DataComponentType<?>>> ENVIRONMENT_COMPONENT_TYPE
      The 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_TYPE
      Key for the environment provider type registry
      See Also:
    • ENVIRONMENT_PROVIDER

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<EnvironmentProvider>> ENVIRONMENT_PROVIDER
      Key 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>> ENVIRONMENT
      Key for the environment definition registry

      This registry is a dynamic registry, with elements defined from a datapack in the folder /thermoo/environment/

      See Also: