Class TemperatureStatusTags

java.lang.Object
com.github.thedeathlycow.thermoo.api.temperature.status.v2.tag.TemperatureStatusTags

public final class TemperatureStatusTags extends Object
Builtin tag keys for temperature statuses.
  • Field Details

    • APPLICATION_ORDER

      public static final net.minecraft.tags.TagKey<TemperatureStatus> 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

      public static final net.minecraft.tags.TagKey<TemperatureStatus> HARMFUL
      Statuses that are harmful to their targets.
    • BENEFICIAL

      public static final net.minecraft.tags.TagKey<TemperatureStatus> BENEFICIAL
      Statuses that are beneficial to their targets.
    • NEUTRAL

      public static final net.minecraft.tags.TagKey<TemperatureStatus> NEUTRAL
      Statuses that are neither harmful nor beneficial.
    • COLD

      public static final net.minecraft.tags.TagKey<TemperatureStatus> COLD
      Statuses that are applied as a result of being cold.
    • WARM

      public static final net.minecraft.tags.TagKey<TemperatureStatus> WARM
      Statuses that are applied as a result of being warm.