Package net.minecraft.predicate
Class NbtPredicate
java.lang.Object
net.minecraft.predicate.NbtPredicate
public class NbtPredicate extends Object
-
Field Summary
Fields Modifier and Type Field Description static NbtPredicateANYprivate CompoundTagtag -
Constructor Summary
Constructors Constructor Description NbtPredicate(CompoundTag tag) -
Method Summary
Modifier and Type Method Description static CompoundTagentityToTag(Entity entity)static NbtPredicatefromJson(JsonElement json)booleantest(Entity entity)booleantest(ItemStack stack)booleantest(Tag tag)JsonElementtoJson()
-
Field Details
-
ANY
-
tag
-
-
Constructor Details
-
NbtPredicate
-
-
Method Details
-
test
-
test
-
test
-
toJson
-
fromJson
-
entityToTag
-