Uses of Interface
io.papermc.paper.datacomponent.item.ItemAdventurePredicate
Packages that use ItemAdventurePredicate
-
Uses of ItemAdventurePredicate in io.papermc.paper.datacomponent
Fields in io.papermc.paper.datacomponent with type parameters of type ItemAdventurePredicateModifier and TypeFieldDescriptionstatic final DataComponentType.Valued
<ItemAdventurePredicate> DataComponentTypes.CAN_BREAK
Controls which blocks a player in Adventure mode can break with this item.static final DataComponentType.Valued
<ItemAdventurePredicate> DataComponentTypes.CAN_PLACE_ON
Controls which blocks a player in Adventure mode can place on with this item. -
Uses of ItemAdventurePredicate in io.papermc.paper.datacomponent.item
Methods in io.papermc.paper.datacomponent.item that return ItemAdventurePredicateModifier and TypeMethodDescriptionstatic ItemAdventurePredicate
ItemAdventurePredicate.itemAdventurePredicate
(List<BlockPredicate> predicates)