Uses of Class
net.minecraft.predicate.NbtPredicate
Package
Description
-
Uses of NbtPredicate in net.minecraft.predicate
Modifier and TypeFieldDescriptionstatic NbtPredicate
NbtPredicate.ANY
private NbtPredicate
BlockPredicate.Builder.nbt
private NbtPredicate
BlockPredicate.nbt
Modifier and TypeMethodDescriptionstatic NbtPredicate
NbtPredicate.fromJson(@Nullable JsonElement json)
ModifierConstructorDescriptionBlockPredicate(@Nullable Tag<Block> tag, @Nullable Set<Block> set, StatePredicate state, NbtPredicate nbt)
-
Uses of NbtPredicate in net.minecraft.predicate.entity
Modifier and TypeFieldDescriptionprivate NbtPredicate
EntityPredicate.Builder.nbt
private NbtPredicate
EntityPredicate.nbt
ModifierConstructorDescriptionprivate
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
Modifier and TypeFieldDescriptionprivate NbtPredicate
ItemPredicate.Builder.nbt
private NbtPredicate
ItemPredicate.nbt
ModifierConstructorDescriptionItemPredicate(@Nullable Tag<Item> tag, @Nullable Set<Item> set, NumberRange.IntRange count, NumberRange.IntRange durability, EnchantmentPredicate[] enchantments, EnchantmentPredicate[] storedEnchantments, @Nullable Potion potion, NbtPredicate nbt)