Class TemperatureStatusTags
java.lang.Object
com.github.thedeathlycow.thermoo.api.temperature.status.v2.tag.TemperatureStatusTags
Builtin tag keys for temperature statuses.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.tags.TagKey<TemperatureStatus> Specifies the order in which temperature statuses are applied to an entity.static final net.minecraft.tags.TagKey<TemperatureStatus> Statuses that are beneficial to their targets.static final net.minecraft.tags.TagKey<TemperatureStatus> Statuses that are applied as a result of beingcold.static final net.minecraft.tags.TagKey<TemperatureStatus> Statuses that are harmful to their targets.static final net.minecraft.tags.TagKey<TemperatureStatus> Statuses that are neither harmful nor beneficial.static final net.minecraft.tags.TagKey<TemperatureStatus> Statuses that are applied as a result of beingwarm. -
Method Summary
-
Field Details
-
APPLICATION_ORDER
Specifies the order in which temperature statuses are applied to an entity.Statuses included in this tag are processed first, following the order defined in the tag. Any statuses not present in this tag are processed afterwards in an undefined order.
-
HARMFUL
Statuses that are harmful to their targets. -
BENEFICIAL
Statuses that are beneficial to their targets. -
NEUTRAL
Statuses that are neither harmful nor beneficial. -
COLD
Statuses that are applied as a result of beingcold. -
WARM
Statuses that are applied as a result of beingwarm.
-