Class ThermooTags

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

public class ThermooTags extends Object
All tags used by Thermoo. Thermoo by default leaves these tags as empty - even for vanilla entries
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>>
    Entity types that benefit from being cold
    static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>>
    Entity types that benefit from being warm
    static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>>
    Entity types that are cold immune
    static final net.minecraft.tags.TagKey<net.minecraft.world.item.Item>
    Conventional tag for consumables that are cooling (has no effects with Thermoo alone)
    static final net.minecraft.tags.TagKey<net.minecraft.world.item.Item>
    Conventional tag for consumables that are warming (has no effects with Thermoo alone)
    static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>>
    Entity types that are heat immune
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BENEFITS_FROM_COLD_ENTITY_TYPE

      public static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> BENEFITS_FROM_COLD_ENTITY_TYPE
      Entity types that benefit from being cold
    • BENEFITS_FROM_HEAT_ENTITY_TYPE

      public static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> BENEFITS_FROM_HEAT_ENTITY_TYPE
      Entity types that benefit from being warm
    • COLD_IMMUNE_ENTITY_TYPE

      public static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> COLD_IMMUNE_ENTITY_TYPE
      Entity types that are cold immune
    • HEAT_IMMUNE_ENTITY_TYPE

      public static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> HEAT_IMMUNE_ENTITY_TYPE
      Entity types that are heat immune
    • CONSUMABLE_WARMING

      public static final net.minecraft.tags.TagKey<net.minecraft.world.item.Item> CONSUMABLE_WARMING
      Conventional tag for consumables that are warming (has no effects with Thermoo alone)
    • CONSUMABLE_COOLING

      public static final net.minecraft.tags.TagKey<net.minecraft.world.item.Item> CONSUMABLE_COOLING
      Conventional tag for consumables that are cooling (has no effects with Thermoo alone)