Uses of Class
net.minecraft.predicate.NbtPredicate
Packages that use NbtPredicate
Package
Description
-
Uses of NbtPredicate in net.minecraft.predicate
Fields in net.minecraft.predicate declared as NbtPredicateModifier and TypeFieldDescriptionstatic NbtPredicate
NbtPredicate.ANY
private NbtPredicate
BlockPredicate.Builder.nbt
private NbtPredicate
BlockPredicate.nbt
Methods in net.minecraft.predicate that return NbtPredicateModifier and TypeMethodDescriptionstatic NbtPredicate
NbtPredicate.fromJson(@Nullable JsonElement json)
Constructors in net.minecraft.predicate with parameters of type NbtPredicateModifierConstructorDescriptionBlockPredicate(@Nullable Tag<Block> tag, @Nullable Set<Block> set, StatePredicate state, NbtPredicate nbt)
-
Uses of NbtPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as NbtPredicateModifier and TypeFieldDescriptionprivate NbtPredicate
EntityPredicate.Builder.nbt
private NbtPredicate
EntityPredicate.nbt
Methods in net.minecraft.predicate.entity with parameters of type NbtPredicateConstructors in net.minecraft.predicate.entity with parameters of type NbtPredicateModifierConstructorDescriptionprivate
EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate locationPredicate, EntityEffectPredicate entityEffectPredicate, NbtPredicate nbtPredicate, EntityFlagsPredicate entityFlagsPredicate, EntityEquipmentPredicate entityEquipmentPredicate, PlayerPredicate playerPredicate, FishingHookPredicate fishingHookPredicate, class_6404 class_6404, @Nullable String string, @Nullable Identifier identifier)
(package private)
EntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, LocationPredicate locationPredicate, EntityEffectPredicate entityEffectPredicate, NbtPredicate nbtPredicate, EntityFlagsPredicate entityFlagsPredicate, EntityEquipmentPredicate entityEquipmentPredicate, PlayerPredicate playerPredicate, FishingHookPredicate fishingHookPredicate, class_6404 class_6404, EntityPredicate entityPredicate, EntityPredicate entityPredicate2, EntityPredicate entityPredicate3, @Nullable String string, @Nullable Identifier identifier)
-
Uses of NbtPredicate in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item declared as NbtPredicateModifier and TypeFieldDescriptionprivate NbtPredicate
ItemPredicate.Builder.nbt
private NbtPredicate
ItemPredicate.nbt
Constructors in net.minecraft.predicate.item with parameters of type NbtPredicateModifierConstructorDescriptionItemPredicate(@Nullable Tag<Item> tag, @Nullable Set<Item> set, NumberRange.IntRange count, NumberRange.IntRange durability, EnchantmentPredicate[] enchantments, EnchantmentPredicate[] storedEnchantments, @Nullable Potion potion, NbtPredicate nbt)