Class ThermooComponents

java.lang.Object
com.github.thedeathlycow.thermoo.impl.component.ThermooComponents
All Implemented Interfaces:
org.ladysnake.cca.api.v3.entity.EntityComponentInitializer, org.ladysnake.cca.internal.base.ComponentRegistrationInitializer

public final class ThermooComponents extends Object implements org.ladysnake.cca.api.v3.entity.EntityComponentInitializer
  • Field Details

    • TEMPERATURE

      public static final org.ladysnake.cca.api.v3.component.ComponentKey<EnvironmentComponent> TEMPERATURE
    • WETNESS

      public static final org.ladysnake.cca.api.v3.component.ComponentKey<EnvironmentComponent> WETNESS
    • TEMPERATURE_EFFECTS

      public static final org.ladysnake.cca.api.v3.component.ComponentKey<TemperatureEffectsComponent> TEMPERATURE_EFFECTS
  • Constructor Details

    • ThermooComponents

      public ThermooComponents()
  • Method Details

    • registerEntityComponentFactories

      public void registerEntityComponentFactories(org.ladysnake.cca.api.v3.entity.EntityComponentFactoryRegistry registry)
      Specified by:
      registerEntityComponentFactories in interface org.ladysnake.cca.api.v3.entity.EntityComponentInitializer