Uses of Class
net.minecraft.predicate.NbtPredicate
Package
Description
-
Uses of NbtPredicate in net.minecraft.predicate
Modifier and TypeFieldDescriptionstatic final NbtPredicate
NbtPredicate.ANY
private NbtPredicate
BlockPredicate.Builder.nbt
private final NbtPredicate
BlockPredicate.nbt
Modifier and TypeMethodDescriptionstatic NbtPredicate
NbtPredicate.fromJson
(@Nullable JsonElement json) ModifierConstructorDescriptionBlockPredicate
(@Nullable TagKey<Block> tag, @Nullable Set<Block> blocks, StatePredicate state, NbtPredicate nbt) -
Uses of NbtPredicate in net.minecraft.predicate.entity
Modifier and TypeFieldDescriptionprivate NbtPredicate
EntityPredicate.Builder.nbt
private final NbtPredicate
EntityPredicate.nbt
ModifierConstructorDescriptionprivate
EntityPredicate
(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate steppingOn, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, TypeSpecificPredicate typeSpecific, @Nullable String team) (package private)
EntityPredicate
(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate steppingOn, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, TypeSpecificPredicate typeSpecific, EntityPredicate vehicle, EntityPredicate passenger, EntityPredicate targetedEntity, @Nullable String team) -
Uses of NbtPredicate in net.minecraft.predicate.item
Modifier and TypeFieldDescriptionprivate NbtPredicate
ItemPredicate.Builder.nbt
private final NbtPredicate
ItemPredicate.nbt
ModifierConstructorDescriptionItemPredicate
(@Nullable TagKey<Item> tag, @Nullable Set<Item> items, NumberRange.IntRange count, NumberRange.IntRange durability, EnchantmentPredicate[] enchantments, EnchantmentPredicate[] storedEnchantments, @Nullable Potion potion, NbtPredicate nbt)