Class ThermooAttributes
java.lang.Object
com.github.thedeathlycow.thermoo.api.ThermooAttributes
Custom
EntityAttributes provided by Thermoo-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.entity.attribute.EntityAttributeThe cold resistance of an entity.static final net.minecraft.entity.attribute.EntityAttributeThe heat resistance of an entity.static final net.minecraft.entity.attribute.EntityAttributeThe maximum temperature of an entitystatic final net.minecraft.entity.attribute.EntityAttributeThe minimum temperature of an entity -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MIN_TEMPERATURE
public static final net.minecraft.entity.attribute.EntityAttribute MIN_TEMPERATUREThe minimum temperature of an entity -
MAX_TEMPERATURE
public static final net.minecraft.entity.attribute.EntityAttribute MAX_TEMPERATUREThe maximum temperature of an entity -
FROST_RESISTANCE
public static final net.minecraft.entity.attribute.EntityAttribute FROST_RESISTANCEThe 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_RESISTANCEThe heat resistance of an entity. 1 point of heat resistance corresponds to a 10% heat reduction
-
-
Constructor Details
-
ThermooAttributes
public ThermooAttributes()
-