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 Details

    • BENEFITS_FROM_COLD_ENTITY_TYPE

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

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

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

      public static final net.minecraft.registry.tag.TagKey<net.minecraft.entity.EntityType<?>> HEAT_IMMUNE_ENTITY_TYPE
      Entity types that are heat immune