Class PlayerUnlocksPredicate.Builder

java.lang.Object
net.minecraft.predicate.entity.PlayerUnlocksPredicate.Builder
Enclosing class:
PlayerUnlocksPredicate

public static class PlayerUnlocksPredicate.Builder extends Object
Mappings:
Namespace Name
named net/minecraft/predicate/entity/PlayerUnlocksPredicate$Builder
intermediary net/minecraft/class_11068$class_11069
official dy$a
  • Field Details

    • unlocked

      private final List<RegistryEntry<PlayerUnlock>> unlocked
      Mappings:
      Namespace Name Mixin selector
      named unlocked Lnet/minecraft/predicate/entity/PlayerUnlocksPredicate$Builder;unlocked:Ljava/util/List;
      intermediary field_58942 Lnet/minecraft/class_11068$class_11069;field_58942:Ljava/util/List;
      official a Ldy$a;a:Ljava/util/List;
    • locked

      private final List<RegistryEntry<PlayerUnlock>> locked
      Mappings:
      Namespace Name Mixin selector
      named locked Lnet/minecraft/predicate/entity/PlayerUnlocksPredicate$Builder;locked:Ljava/util/List;
      intermediary field_58943 Lnet/minecraft/class_11068$class_11069;field_58943:Ljava/util/List;
      official b Ldy$a;b:Ljava/util/List;
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • create

      public static PlayerUnlocksPredicate.Builder create()
      Mappings:
      Namespace Name Mixin selector
      named create Lnet/minecraft/predicate/entity/PlayerUnlocksPredicate$Builder;create()Lnet/minecraft/predicate/entity/PlayerUnlocksPredicate$Builder;
      intermediary method_69724 Lnet/minecraft/class_11068$class_11069;method_69724()Lnet/minecraft/class_11068$class_11069;
      official a Ldy$a;a()Ldy$a;
    • unlocked

      Mappings:
      Namespace Name Mixin selector
      named unlocked Lnet/minecraft/predicate/entity/PlayerUnlocksPredicate$Builder;unlocked([Lnet/minecraft/registry/entry/RegistryEntry;)Lnet/minecraft/predicate/entity/PlayerUnlocksPredicate$Builder;
      intermediary method_69726 Lnet/minecraft/class_11068$class_11069;method_69726([Lnet/minecraft/class_6880;)Lnet/minecraft/class_11068$class_11069;
      official a Ldy$a;a([Ljh;)Ldy$a;
    • locked

      Mappings:
      Namespace Name Mixin selector
      named locked Lnet/minecraft/predicate/entity/PlayerUnlocksPredicate$Builder;locked(Lnet/minecraft/registry/entry/RegistryEntry;)Lnet/minecraft/predicate/entity/PlayerUnlocksPredicate$Builder;
      intermediary method_69725 Lnet/minecraft/class_11068$class_11069;method_69725(Lnet/minecraft/class_6880;)Lnet/minecraft/class_11068$class_11069;
      official a Ldy$a;a(Ljh;)Ldy$a;
    • build

      public PlayerUnlocksPredicate build()
      Mappings:
      Namespace Name Mixin selector
      named build Lnet/minecraft/predicate/entity/PlayerUnlocksPredicate$Builder;build()Lnet/minecraft/predicate/entity/PlayerUnlocksPredicate;
      intermediary method_69727 Lnet/minecraft/class_11068$class_11069;method_69727()Lnet/minecraft/class_11068;
      official b Ldy$a;b()Ldy;