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 NbtPredicateNbtPredicate.ANYprivate NbtPredicateBlockPredicate.Builder.nbtprivate NbtPredicateBlockPredicate.nbtMethods in net.minecraft.predicate that return NbtPredicateModifier and TypeMethodDescriptionstatic NbtPredicateNbtPredicate.fromJson(@Nullable JsonElement json)Constructors in net.minecraft.predicate with parameters of type NbtPredicateModifierConstructorDescriptionBlockPredicate(@Nullable Tag<Block> tag, @Nullable Block block, StatePredicate state, NbtPredicate nbt) -
Uses of NbtPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as NbtPredicateModifier and TypeFieldDescriptionprivate NbtPredicateEntityPredicate.Builder.nbtprivate NbtPredicateEntityPredicate.nbtMethods in net.minecraft.predicate.entity with parameters of type NbtPredicateConstructors in net.minecraft.predicate.entity with parameters of type NbtPredicateModifierConstructorDescriptionprivateEntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, PlayerPredicate player, FishingHookPredicate fishingHook, @Nullable String team, @Nullable Identifier catType)privateEntityPredicate(EntityTypePredicate type, DistancePredicate distance, LocationPredicate location, EntityEffectPredicate effects, NbtPredicate nbt, EntityFlagsPredicate flags, EntityEquipmentPredicate equipment, PlayerPredicate player, FishingHookPredicate fishingHook, EntityPredicate vehicle, EntityPredicate targetedEntity, @Nullable String team, @Nullable Identifier catType) -
Uses of NbtPredicate in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item declared as NbtPredicateModifier and TypeFieldDescriptionprivate NbtPredicateItemPredicate.Builder.nbtprivate NbtPredicateItemPredicate.nbtConstructors in net.minecraft.predicate.item with parameters of type NbtPredicateModifierConstructorDescriptionItemPredicate(@Nullable Tag<Item> tag, @Nullable Item item, NumberRange.IntRange count, NumberRange.IntRange durability, EnchantmentPredicate[] enchantments, EnchantmentPredicate[] storedEnchantments, @Nullable Potion potion, NbtPredicate nbt)