Package net.minecraft.predicate
Class NbtPredicate
java.lang.Object
net.minecraft.predicate.NbtPredicate
- Mappings:
Namespace Name official ci
intermediary net/minecraft/class_2105
named net/minecraft/predicate/NbtPredicate
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic NbtCompound
entityToNbt
(Entity entity) static NbtPredicate
fromJson
(@Nullable JsonElement json) boolean
test
(@Nullable NbtElement element) boolean
boolean
toJson()
-
Field Details
-
ANY
- Mappings:
Namespace Name Mixin selector official a
Lci;a:Lci;
intermediary field_9716
Lnet/minecraft/class_2105;field_9716:Lnet/minecraft/class_2105;
named ANY
Lnet/minecraft/predicate/NbtPredicate;ANY:Lnet/minecraft/predicate/NbtPredicate;
-
nbt
- Mappings:
Namespace Name Mixin selector official b
Lci;b:Lqp;
intermediary field_9715
Lnet/minecraft/class_2105;field_9715:Lnet/minecraft/class_2487;
named nbt
Lnet/minecraft/predicate/NbtPredicate;nbt:Lnet/minecraft/nbt/NbtCompound;
-
-
Constructor Details
-
NbtPredicate
- Mappings:
Namespace Name Mixin selector official <init>
Lci;<init>(Lqp;)V
intermediary <init>
Lnet/minecraft/class_2105;<init>(Lnet/minecraft/class_2487;)V
named <init>
Lnet/minecraft/predicate/NbtPredicate;<init>(Lnet/minecraft/nbt/NbtCompound;)V
-
-
Method Details
-
test
- Mappings:
Namespace Name Mixin selector official a
Lci;a(Lcdt;)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
- Mappings:
Namespace Name Mixin selector official a
Lci;a(Lbdr;)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
- Mappings:
Namespace Name Mixin selector official a
Lci;a(Lri;)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/NbtElement;)Z
-
toJson
- Mappings:
Namespace Name Mixin selector official a
Lci;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
- Mappings:
Namespace Name Mixin selector official a
Lci;a(Lcom/google/gson/JsonElement;)Lci;
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;
-
entityToNbt
- Mappings:
Namespace Name Mixin selector official b
Lci;b(Lbdr;)Lqp;
intermediary method_9076
Lnet/minecraft/class_2105;method_9076(Lnet/minecraft/class_1297;)Lnet/minecraft/class_2487;
named entityToNbt
Lnet/minecraft/predicate/NbtPredicate;entityToNbt(Lnet/minecraft/entity/Entity;)Lnet/minecraft/nbt/NbtCompound;
-