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 NbtCompoundnbt -
Constructor Summary
Constructors Constructor Description NbtPredicate(NbtCompound nbt) -
Method Summary
Modifier and Type Method Description static NbtCompoundentityToNbt(Entity entity)static NbtPredicatefromJson(JsonElement json)booleantest(Entity entity)booleantest(ItemStack stack)booleantest(NbtElement element)JsonElementtoJson()
-
Field Details
-
ANY
-
nbt
-
-
Constructor Details
-
NbtPredicate
-
-
Method Details
-
test
-
test
-
test
-
toJson
-
fromJson
-
entityToNbt
-