Class ThermooAttributes

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

public final class ThermooAttributes extends Object
Custom EntityAttributes provided by Thermoo
  • Field Details

    • MIN_TEMPERATURE

      public static final net.minecraft.entity.attribute.EntityAttribute MIN_TEMPERATURE
      The minimum temperature of an entity
    • MAX_TEMPERATURE

      public static final net.minecraft.entity.attribute.EntityAttribute MAX_TEMPERATURE
      The maximum temperature of an entity
    • FROST_RESISTANCE

      public static final net.minecraft.entity.attribute.EntityAttribute FROST_RESISTANCE
      The cold resistance of an entity. 1 point of frost resistance corresponds to a 10% cold reduction
    • HEAT_RESISTANCE

      public static final net.minecraft.entity.attribute.EntityAttribute HEAT_RESISTANCE
      The heat resistance of an entity. 1 point of heat resistance corresponds to a 10% heat reduction
  • Constructor Details

    • ThermooAttributes

      public ThermooAttributes()