记录类 ItemPotionsPredicate

java.lang.Object
java.lang.Record
net.minecraft.advancements.critereon.ItemPotionsPredicate
所有已实现的接口:
ItemSubPredicate, SingleComponentItemPredicate<PotionContents>

public record ItemPotionsPredicate(HolderSet<Potion> potions) extends Record implements SingleComponentItemPredicate<PotionContents>
  • 字段详细资料

  • 构造器详细资料

    • ItemPotionsPredicate

      public ItemPotionsPredicate(HolderSet<Potion> potions)
      创建 ItemPotionsPredicate 记录类的实例。
      参数:
      potions - potions 记录组件的值
  • 方法详细资料