Uses of Class
net.tnemc.item.component.helper.BlockPredicate
Packages that use BlockPredicate
Package
Description
-
Uses of BlockPredicate in net.tnemc.item
Method parameters in net.tnemc.item with type arguments of type BlockPredicateModifier and TypeMethodDescriptionAbstractItemStack.canBreak(List<BlockPredicate> predicates) Updates the blocks that the item stack can break.AbstractItemStack.canPlaceOn(List<BlockPredicate> predicates) Updates the blocks that the item stack can be placed on. -
Uses of BlockPredicate in net.tnemc.item.bukkit
Method parameters in net.tnemc.item.bukkit with type arguments of type BlockPredicateModifier and TypeMethodDescriptionBukkitItemStack.canBreak(List<BlockPredicate> predicates) Updates the blocks that the item stack can break.BukkitItemStack.canPlaceOn(List<BlockPredicate> predicates) Updates the blocks that the item stack can be placed on. -
Uses of BlockPredicate in net.tnemc.item.component.helper
Methods in net.tnemc.item.component.helper that return BlockPredicate -
Uses of BlockPredicate in net.tnemc.item.component.impl
Methods in net.tnemc.item.component.impl that return types with arguments of type BlockPredicateModifier and TypeMethodDescriptionCanBreakComponent.predicates()Retrieves the list of predicates associated with this CanBreakComponent.CanPlaceOnComponent.predicates()Retrieves the list of predicates associated with this CanBreakComponent.Methods in net.tnemc.item.component.impl with parameters of type BlockPredicateModifier and TypeMethodDescriptionvoidCanBreakComponent.predicates(BlockPredicate... predicates) Add one or more BlockPredicate objects to the list of predicates associated with this component.voidCanPlaceOnComponent.predicates(BlockPredicate... predicates) Add one or more BlockPredicate objects to the list of predicates associated with this component.Method parameters in net.tnemc.item.component.impl with type arguments of type BlockPredicateModifier and TypeMethodDescriptionvoidCanBreakComponent.predicates(List<BlockPredicate> predicates) Modifies the list of predicates associated with this CanBreakComponent by replacing it with a new list.voidCanPlaceOnComponent.predicates(List<BlockPredicate> predicates) Modifies the list of predicates associated with this CanBreakComponent by replacing it with a new list.Constructors in net.tnemc.item.component.impl with parameters of type BlockPredicateModifierConstructorDescriptionCanBreakComponent(BlockPredicate predicate) CanPlaceOnComponent(BlockPredicate predicate) Constructor parameters in net.tnemc.item.component.impl with type arguments of type BlockPredicateModifierConstructorDescriptionCanBreakComponent(List<BlockPredicate> predicates) CanPlaceOnComponent(List<BlockPredicate> predicates) -
Uses of BlockPredicate in net.tnemc.item.paper
Method parameters in net.tnemc.item.paper with type arguments of type BlockPredicateModifier and TypeMethodDescriptionPaperItemStack.canBreak(List<BlockPredicate> predicates) Updates the blocks that the item stack can break.PaperItemStack.canPlaceOn(List<BlockPredicate> predicates) Updates the blocks that the item stack can be placed on.