Class ThermooLootConditionTypes

java.lang.Object
com.github.thedeathlycow.thermoo.api.predicate.ThermooLootConditionTypes

public class ThermooLootConditionTypes extends Object
Custom loot item condition types provided by Thermoo
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.world.level.storage.loot.predicates.LootItemConditionType
    Tests the soaking value of an entity
    static final net.minecraft.world.level.storage.loot.predicates.LootItemConditionType
    Tests the temperature of an entity
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • TEMPERATURE

      public static final net.minecraft.world.level.storage.loot.predicates.LootItemConditionType TEMPERATURE
      Tests the temperature of an entity
    • SOAKED

      public static final net.minecraft.world.level.storage.loot.predicates.LootItemConditionType SOAKED
      Tests the soaking value of an entity