Uses of Class
net.minecraft.predicate.item.ItemPredicate
Packages that use ItemPredicate
Package
Description
-
Uses of ItemPredicate in net.minecraft.advancement.criterion
Fields in net.minecraft.advancement.criterion declared as ItemPredicateModifier and TypeFieldDescriptionprivate final ItemPredicate
FishingRodHookedCriterion.Conditions.caughtItem
private final ItemPredicate
BeeNestDestroyedCriterion.Conditions.item
private final ItemPredicate
ConsumeItemCriterion.Conditions.item
private final ItemPredicate
EnchantedItemCriterion.Conditions.item
private final ItemPredicate
FilledBucketCriterion.Conditions.item
private final ItemPredicate
ItemCriterion.Conditions.item
private final ItemPredicate
ItemDurabilityChangedCriterion.Conditions.item
private final ItemPredicate
PlacedBlockCriterion.Conditions.item
private final ItemPredicate
PlayerInteractedWithEntityCriterion.Conditions.item
private final ItemPredicate
ShotCrossbowCriterion.Conditions.item
private final ItemPredicate
ThrownItemPickedUpByEntityCriterion.Conditions.item
private final ItemPredicate
UsedTotemCriterion.Conditions.item
private final ItemPredicate
UsingItemCriterion.Conditions.item
private final ItemPredicate
VillagerTradeCriterion.Conditions.item
private final ItemPredicate[]
InventoryChangedCriterion.Conditions.items
private final ItemPredicate
FishingRodHookedCriterion.Conditions.rod
Fields in net.minecraft.advancement.criterion with type parameters of type ItemPredicateModifier and TypeFieldDescriptionprivate final List<ItemPredicate>
RecipeCraftedCriterion.Conditions.items
Methods in net.minecraft.advancement.criterion with parameters of type ItemPredicateModifier and TypeMethodDescriptionFilledBucketCriterion.Conditions.create
(ItemPredicate item) FishingRodHookedCriterion.Conditions.create
(ItemPredicate rod, EntityPredicate bobber, ItemPredicate item) ItemDurabilityChangedCriterion.Conditions.create
(EntityPredicate.Extended player, ItemPredicate item, NumberRange.IntRange durability) ItemDurabilityChangedCriterion.Conditions.create
(ItemPredicate item, NumberRange.IntRange durability) ShotCrossbowCriterion.Conditions.create
(ItemPredicate itemPredicate) UsedTotemCriterion.Conditions.create
(ItemPredicate itemPredicate) ThrownItemPickedUpByEntityCriterion.Conditions.createThrownItemPickedUpByEntity
(EntityPredicate.Extended player, ItemPredicate item, EntityPredicate.Extended entity) ThrownItemPickedUpByEntityCriterion.Conditions.createThrownItemPickedUpByPlayer
(EntityPredicate.Extended player, ItemPredicate item, EntityPredicate.Extended entity) InventoryChangedCriterion.Conditions.items
(ItemPredicate[] items) ConsumeItemCriterion.Conditions.predicate
(ItemPredicate predicate) Method parameters in net.minecraft.advancement.criterion with type arguments of type ItemPredicateModifier and TypeMethodDescriptionRecipeCraftedCriterion.Conditions.of
(Identifier recipe, List<ItemPredicate> items) Constructors in net.minecraft.advancement.criterion with parameters of type ItemPredicateModifierConstructorDescriptionConditions
(EntityPredicate.Extended player, @Nullable Block block, ItemPredicate item, NumberRange.IntRange beeCount) Conditions
(EntityPredicate.Extended player, ItemPredicate item) Conditions
(EntityPredicate.Extended player, ItemPredicate item, NumberRange.IntRange levels) Conditions
(EntityPredicate.Extended player, ItemPredicate item) Conditions
(EntityPredicate.Extended player, ItemPredicate rod, EntityPredicate.Extended hookedEntity, ItemPredicate caughtItem) Conditions
(EntityPredicate.Extended player, NumberRange.IntRange occupied, NumberRange.IntRange full, NumberRange.IntRange empty, ItemPredicate[] items) Conditions
(Identifier id, EntityPredicate.Extended entity, LocationPredicate location, ItemPredicate item) Conditions
(EntityPredicate.Extended player, ItemPredicate item, NumberRange.IntRange durability, NumberRange.IntRange delta) Conditions
(EntityPredicate.Extended player, @Nullable Block block, StatePredicate state, LocationPredicate location, ItemPredicate item) Conditions
(EntityPredicate.Extended player, ItemPredicate item, EntityPredicate.Extended entity) Conditions
(EntityPredicate.Extended player, ItemPredicate item) Conditions
(Identifier id, EntityPredicate.Extended player, ItemPredicate item, EntityPredicate.Extended entity) Conditions
(EntityPredicate.Extended player, ItemPredicate item) Conditions
(EntityPredicate.Extended player, ItemPredicate item) Conditions
(EntityPredicate.Extended player, EntityPredicate.Extended villager, ItemPredicate item) Constructor parameters in net.minecraft.advancement.criterion with type arguments of type ItemPredicateModifierConstructorDescriptionConditions
(EntityPredicate.Extended player, Identifier recipe, List<ItemPredicate> items) -
Uses of ItemPredicate in net.minecraft.data.server.recipe
Methods in net.minecraft.data.server.recipe with parameters of type ItemPredicateModifier and TypeMethodDescriptionprivate static InventoryChangedCriterion.Conditions
RecipeProvider.conditionsFromItemPredicates
(ItemPredicate[] predicates) -
Uses of ItemPredicate in net.minecraft.loot.condition
Fields in net.minecraft.loot.condition declared as ItemPredicateModifier and TypeFieldDescription(package private) final ItemPredicate
MatchToolLootCondition.predicate
Constructors in net.minecraft.loot.condition with parameters of type ItemPredicate -
Uses of ItemPredicate in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity declared as ItemPredicateModifier and TypeFieldDescriptionprivate ItemPredicate
EntityEquipmentPredicate.Builder.chest
private final ItemPredicate
EntityEquipmentPredicate.chest
private ItemPredicate
EntityEquipmentPredicate.Builder.feet
private final ItemPredicate
EntityEquipmentPredicate.feet
private ItemPredicate
EntityEquipmentPredicate.Builder.head
private final ItemPredicate
EntityEquipmentPredicate.head
private ItemPredicate
EntityEquipmentPredicate.Builder.legs
private final ItemPredicate
EntityEquipmentPredicate.legs
private ItemPredicate
EntityEquipmentPredicate.Builder.mainhand
private final ItemPredicate
EntityEquipmentPredicate.mainhand
private ItemPredicate
EntityEquipmentPredicate.Builder.offhand
private final ItemPredicate
EntityEquipmentPredicate.offhand
Methods in net.minecraft.predicate.entity with parameters of type ItemPredicateModifier and TypeMethodDescriptionEntityEquipmentPredicate.Builder.chest
(ItemPredicate chest) EntityEquipmentPredicate.Builder.feet
(ItemPredicate feet) EntityEquipmentPredicate.Builder.head
(ItemPredicate head) EntityEquipmentPredicate.Builder.legs
(ItemPredicate legs) EntityEquipmentPredicate.Builder.mainhand
(ItemPredicate mainhand) EntityEquipmentPredicate.Builder.offhand
(ItemPredicate offhand) Constructors in net.minecraft.predicate.entity with parameters of type ItemPredicateModifierConstructorDescriptionEntityEquipmentPredicate
(ItemPredicate head, ItemPredicate chest, ItemPredicate legs, ItemPredicate feet, ItemPredicate mainhand, ItemPredicate offhand) -
Uses of ItemPredicate in net.minecraft.predicate.item
Fields in net.minecraft.predicate.item declared as ItemPredicateMethods in net.minecraft.predicate.item that return ItemPredicateModifier and TypeMethodDescriptionItemPredicate.Builder.build()
static ItemPredicate[]
ItemPredicate.deserializeAll
(@Nullable JsonElement el) static ItemPredicate
ItemPredicate.fromJson
(@Nullable JsonElement el)