记录类 InvertedLootItemCondition

java.lang.Object
java.lang.Record
net.minecraft.world.level.storage.loot.predicates.InvertedLootItemCondition
所有已实现的接口:
Predicate<LootContext>, LootContextUser, LootItemCondition

public record InvertedLootItemCondition(LootItemCondition term) extends Record implements LootItemCondition
  • 字段详细资料

  • 构造器详细资料

    • InvertedLootItemCondition

      public InvertedLootItemCondition(LootItemCondition term)
      创建 InvertedLootItemCondition 记录类的实例。
      参数:
      term - term 记录组件的值
  • 方法详细资料