Uses of Interface
io.papermc.paper.block.BlockPredicate
Packages that use BlockPredicate
-
Uses of BlockPredicate in io.papermc.paper.block
Methods in io.papermc.paper.block that return BlockPredicate -
Uses of BlockPredicate in io.papermc.paper.datacomponent.item
Methods in io.papermc.paper.datacomponent.item that return types with arguments of type BlockPredicateModifier and TypeMethodDescriptionItemAdventurePredicate.predicates()
List of block predicates that control if the action is allowed.Methods in io.papermc.paper.datacomponent.item with parameters of type BlockPredicateModifier and TypeMethodDescriptionItemAdventurePredicate.Builder.addPredicate
(BlockPredicate predicate) Adds a block predicate to this builder.Method parameters in io.papermc.paper.datacomponent.item with type arguments of type BlockPredicateModifier and TypeMethodDescriptionItemAdventurePredicate.Builder.addPredicates
(List<BlockPredicate> predicates) Adds block predicates to this builder.static ItemAdventurePredicate
ItemAdventurePredicate.itemAdventurePredicate
(List<BlockPredicate> predicates)