Uses of Interface
io.papermc.paper.block.BlockPredicate
-
Uses of BlockPredicate in io.papermc.paper.block
-
Uses of BlockPredicate in io.papermc.paper.datacomponent.item
Modifier and TypeMethodDescriptionItemAdventurePredicate.predicates()
List of block predicates that control if the action is allowed.Modifier and TypeMethodDescriptionItemAdventurePredicate.Builder.addPredicate
(BlockPredicate predicate) Adds a block predicate to this builder.Modifier and TypeMethodDescriptionItemAdventurePredicate.Builder.addPredicates
(List<BlockPredicate> predicates) Adds block predicates to this builder.static ItemAdventurePredicate
ItemAdventurePredicate.itemAdventurePredicate
(List<BlockPredicate> predicates)