Uses of Enum Class
io.github.thebusybiscuit.slimefun4.api.items.virtual.VirtualItemHandler.MatchContext
Packages that use VirtualItemHandler.MatchContext
Package
Description
This package provides a few "Services" that Slimefun uses.
-
Uses of VirtualItemHandler.MatchContext in io.github.thebusybiscuit.slimefun4.api.items.virtual
Methods in io.github.thebusybiscuit.slimefun4.api.items.virtual that return VirtualItemHandler.MatchContextModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static VirtualItemHandler.MatchContext[]VirtualItemHandler.MatchContext.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.thebusybiscuit.slimefun4.api.items.virtual with parameters of type VirtualItemHandler.MatchContextModifier and TypeMethodDescriptionVirtualItemHandler.matches(org.bukkit.inventory.ItemStack left, org.bukkit.inventory.ItemStack right, VirtualItemHandler.MatchContext context) Compare two stacks in a given context.VirtualItemHandler.matchesPredicate(org.bukkit.inventory.ItemStack item, Predicate<org.bukkit.inventory.ItemStack> predicate, VirtualItemHandler.MatchContext context) Compare a stack against a recipe predicate. -
Uses of VirtualItemHandler.MatchContext in io.github.thebusybiscuit.slimefun4.core.services
Methods in io.github.thebusybiscuit.slimefun4.core.services with parameters of type VirtualItemHandler.MatchContextModifier and TypeMethodDescriptionbooleanItemStackService.isSimilar(org.bukkit.inventory.ItemStack left, org.bukkit.inventory.ItemStack right, VirtualItemHandler.MatchContext context, boolean checkLore, boolean checkAmount) ItemStackService.matches(org.bukkit.inventory.ItemStack left, org.bukkit.inventory.ItemStack right, VirtualItemHandler.MatchContext context) booleanItemStackService.matchesPredicate(org.bukkit.inventory.ItemStack item, Predicate<org.bukkit.inventory.ItemStack> predicate, VirtualItemHandler.MatchContext context)