Class ThermooRegistries
java.lang.Object
com.github.thedeathlycow.thermoo.api.ThermooRegistries
Custom registries provided by Thermoo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.core.Registry<net.minecraft.core.component.DataComponentType<?>> Environment component type registrystatic final net.minecraft.core.Registry<EnvironmentProviderType<?>> Environment provider types registrystatic final net.minecraft.core.Registry<TemperatureEffect<?>> Temperature effects -
Method Summary
-
Field Details
-
TEMPERATURE_EFFECTS
Temperature effects- See Also:
-
ENVIRONMENT_COMPONENT_TYPE
public static final net.minecraft.core.Registry<net.minecraft.core.component.DataComponentType<?>> ENVIRONMENT_COMPONENT_TYPEEnvironment component type registry- See Also:
-
ENVIRONMENT_PROVIDER_TYPE
public static final net.minecraft.core.Registry<EnvironmentProviderType<?>> ENVIRONMENT_PROVIDER_TYPEEnvironment provider types registry- See Also:
-