Class ThermooCardinalEntityComponents
java.lang.Object
com.github.thedeathlycow.thermoo.impl.fabric.registry.ThermooCardinalEntityComponents
- All Implemented Interfaces:
org.ladysnake.cca.api.v3.entity.EntityComponentInitializer, org.ladysnake.cca.internal.base.ComponentRegistrationInitializer
public class ThermooCardinalEntityComponents
extends Object
implements org.ladysnake.cca.api.v3.entity.EntityComponentInitializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.ladysnake.cca.api.v3.component.ComponentKey<SyncedIntCardinalComponent> static final org.ladysnake.cca.api.v3.component.ComponentKey<TemperatureStatusSettingsComponentImpl> static final org.ladysnake.cca.api.v3.component.ComponentKey<TemperatureStatusSystemImpl> static final org.ladysnake.cca.api.v3.component.ComponentKey<SyncedIntCardinalComponent> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterEntityComponentFactories(org.ladysnake.cca.api.v3.entity.EntityComponentFactoryRegistry registry)
-
Field Details
-
TEMPERATURE
public static final org.ladysnake.cca.api.v3.component.ComponentKey<SyncedIntCardinalComponent> TEMPERATURE -
WETNESS
public static final org.ladysnake.cca.api.v3.component.ComponentKey<SyncedIntCardinalComponent> WETNESS -
TEMPERATURE_STATUS_SETTINGS
public static final org.ladysnake.cca.api.v3.component.ComponentKey<TemperatureStatusSettingsComponentImpl> TEMPERATURE_STATUS_SETTINGS -
TEMPERATURE_STATUS_SYSTEM
public static final org.ladysnake.cca.api.v3.component.ComponentKey<TemperatureStatusSystemImpl> TEMPERATURE_STATUS_SYSTEM
-
-
Constructor Details
-
ThermooCardinalEntityComponents
public ThermooCardinalEntityComponents()
-
-
Method Details
-
registerEntityComponentFactories
public void registerEntityComponentFactories(org.ladysnake.cca.api.v3.entity.EntityComponentFactoryRegistry registry) - Specified by:
registerEntityComponentFactoriesin interfaceorg.ladysnake.cca.api.v3.entity.EntityComponentInitializer
-