Class ThermooLootConditionTypes
java.lang.Object
com.github.thedeathlycow.thermoo.api.predicate.ThermooLootConditionTypes
Custom loot item condition types provided by Thermoo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.world.level.storage.loot.predicates.LootItemConditionTypeTests the soaking value of an entitystatic final net.minecraft.world.level.storage.loot.predicates.LootItemConditionTypeTests the temperature of an entity -
Method Summary
-
Field Details
-
TEMPERATURE
public static final net.minecraft.world.level.storage.loot.predicates.LootItemConditionType TEMPERATURETests the temperature of an entity -
SOAKED
public static final net.minecraft.world.level.storage.loot.predicates.LootItemConditionType SOAKEDTests the soaking value of an entity
-