Uses of Enum Class
io.github.thebusybiscuit.slimefun4.api.items.virtual.VirtualItemHandler.ComparisonResult
Packages that use VirtualItemHandler.ComparisonResult
Package
Description
This package provides a few "Services" that Slimefun uses.
-
Uses of VirtualItemHandler.ComparisonResult in io.github.thebusybiscuit.slimefun4.api.items.virtual
Methods in io.github.thebusybiscuit.slimefun4.api.items.virtual that return VirtualItemHandler.ComparisonResultModifier 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.Returns the enum constant of this class with the specified name.static VirtualItemHandler.ComparisonResult[]VirtualItemHandler.ComparisonResult.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of VirtualItemHandler.ComparisonResult in io.github.thebusybiscuit.slimefun4.core.services
Methods in io.github.thebusybiscuit.slimefun4.core.services that return VirtualItemHandler.ComparisonResultModifier and TypeMethodDescriptionItemStackService.matches(org.bukkit.inventory.ItemStack left, org.bukkit.inventory.ItemStack right, VirtualItemHandler.MatchContext context)