Class ThermooItemTags
java.lang.Object
com.github.thedeathlycow.thermoo.api.item.v2.ThermooItemTags
Tag keys for Thermoo's provided item tags.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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) -
Method Summary
-
Field Details
-
CONSUMABLE_WARMING
public static final net.minecraft.tags.TagKey<net.minecraft.world.item.Item> CONSUMABLE_WARMINGConventional 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_COOLINGConventional tag for consumables that are cooling (has no effects with Thermoo alone)
-