Class NbtPredicate

java.lang.Object
net.minecraft.predicate.NbtPredicate

public class NbtPredicate
extends Object
Mappings:
Namespace Name
official cb
intermediary net/minecraft/class_2105
named net/minecraft/predicate/NbtPredicate
  • Field Details

    • ANY

      public static final NbtPredicate ANY
      Mappings:
      Namespace Name Mixin selector
      official a Lcb;a:Lcb;
      intermediary field_9716 Lnet/minecraft/class_2105;field_9716:Lnet/minecraft/class_2105;
      named ANY Lnet/minecraft/predicate/NbtPredicate;ANY:Lnet/minecraft/predicate/NbtPredicate;
    • tag

      @Nullable private final CompoundTag tag
      Mappings:
      Namespace Name Mixin selector
      official b Lcb;b:Lmq;
      intermediary field_9715 Lnet/minecraft/class_2105;field_9715:Lnet/minecraft/class_2487;
      named tag Lnet/minecraft/predicate/NbtPredicate;tag:Lnet/minecraft/nbt/CompoundTag;
  • Constructor Details

    • NbtPredicate

      public NbtPredicate​(@Nullable CompoundTag tag)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcb;<init>(Lmq;)V
      intermediary <init> Lnet/minecraft/class_2105;<init>(Lnet/minecraft/class_2487;)V
      named <init> Lnet/minecraft/predicate/NbtPredicate;<init>(Lnet/minecraft/nbt/CompoundTag;)V
  • Method Details

    • test

      public boolean test​(ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      official a Lcb;a(Lbnv;)Z
      intermediary method_9074 Lnet/minecraft/class_2105;method_9074(Lnet/minecraft/class_1799;)Z
      named test Lnet/minecraft/predicate/NbtPredicate;test(Lnet/minecraft/item/ItemStack;)Z
    • test

      public boolean test​(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official a Lcb;a(Laqv;)Z
      intermediary method_9072 Lnet/minecraft/class_2105;method_9072(Lnet/minecraft/class_1297;)Z
      named test Lnet/minecraft/predicate/NbtPredicate;test(Lnet/minecraft/entity/Entity;)Z
    • test

      public boolean test​(@Nullable Tag tag)
      Mappings:
      Namespace Name Mixin selector
      official a Lcb;a(Lni;)Z
      intermediary method_9077 Lnet/minecraft/class_2105;method_9077(Lnet/minecraft/class_2520;)Z
      named test Lnet/minecraft/predicate/NbtPredicate;test(Lnet/minecraft/nbt/Tag;)Z
    • toJson

      public JsonElement toJson()
      Mappings:
      Namespace Name Mixin selector
      official a Lcb;a()Lcom/google/gson/JsonElement;
      intermediary method_9075 Lnet/minecraft/class_2105;method_9075()Lcom/google/gson/JsonElement;
      named toJson Lnet/minecraft/predicate/NbtPredicate;toJson()Lcom/google/gson/JsonElement;
    • fromJson

      public static NbtPredicate fromJson​(@Nullable JsonElement json)
      Mappings:
      Namespace Name Mixin selector
      official a Lcb;a(Lcom/google/gson/JsonElement;)Lcb;
      intermediary method_9073 Lnet/minecraft/class_2105;method_9073(Lcom/google/gson/JsonElement;)Lnet/minecraft/class_2105;
      named fromJson Lnet/minecraft/predicate/NbtPredicate;fromJson(Lcom/google/gson/JsonElement;)Lnet/minecraft/predicate/NbtPredicate;
    • entityToTag

      public static CompoundTag entityToTag​(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official b Lcb;b(Laqv;)Lmq;
      intermediary method_9076 Lnet/minecraft/class_2105;method_9076(Lnet/minecraft/class_1297;)Lnet/minecraft/class_2487;
      named entityToTag Lnet/minecraft/predicate/NbtPredicate;entityToTag(Lnet/minecraft/entity/Entity;)Lnet/minecraft/nbt/CompoundTag;