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