Class ThermooRegistryKeys

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

public final class ThermooRegistryKeys extends Object
  • Field Details

    • TEMPERATURE_STATUS

      public static final net.minecraft.resources.ResourceKey<net.minecraft.core.Registry<TemperatureStatus>> TEMPERATURE_STATUS
      Registry 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_TYPE
      Registry 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_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: