Class ThermooTags
java.lang.Object
com.github.thedeathlycow.thermoo.api.ThermooTags
All tags used by Thermoo. Thermoo by default leaves these tags as empty - even for vanilla entries
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.registry.tag.TagKey<net.minecraft.entity.EntityType<?>> Entity types that benefit from being coldstatic final net.minecraft.registry.tag.TagKey<net.minecraft.entity.EntityType<?>> Entity types that benefit from being warmstatic final net.minecraft.registry.tag.TagKey<net.minecraft.entity.EntityType<?>> Entity types that are cold immunestatic final net.minecraft.registry.tag.TagKey<net.minecraft.item.Item> Conventional tag for consumables that are cooling (has no effects with Thermoo alone)static final net.minecraft.registry.tag.TagKey<net.minecraft.item.Item> Conventional tag for consumables that are warming (has no effects with Thermoo alone)static final net.minecraft.registry.tag.TagKey<net.minecraft.entity.EntityType<?>> Entity types that are heat immune -
Method Summary
-
Field Details
-
BENEFITS_FROM_COLD_ENTITY_TYPE
public static final net.minecraft.registry.tag.TagKey<net.minecraft.entity.EntityType<?>> BENEFITS_FROM_COLD_ENTITY_TYPEEntity 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_TYPEEntity 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_TYPEEntity types that are cold immune -
HEAT_IMMUNE_ENTITY_TYPE
public static final net.minecraft.registry.tag.TagKey<net.minecraft.entity.EntityType<?>> HEAT_IMMUNE_ENTITY_TYPEEntity types that are heat immune -
CONSUMABLE_WARMING
public static final net.minecraft.registry.tag.TagKey<net.minecraft.item.Item> CONSUMABLE_WARMINGConventional tag for consumables that are warming (has no effects with Thermoo alone) -
CONSUMABLE_COOLING
public static final net.minecraft.registry.tag.TagKey<net.minecraft.item.Item> CONSUMABLE_COOLINGConventional tag for consumables that are cooling (has no effects with Thermoo alone)
-