Uses of Enum Class
io.github.thebusybiscuit.slimefun4.api.items.virtual.VirtualItemHandler.RemainderContext
Packages that use VirtualItemHandler.RemainderContext
Package
Description
This package provides a few "Services" that Slimefun uses.
-
Uses of VirtualItemHandler.RemainderContext in io.github.thebusybiscuit.slimefun4.api.items.virtual
Methods in io.github.thebusybiscuit.slimefun4.api.items.virtual that return VirtualItemHandler.RemainderContextModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static VirtualItemHandler.RemainderContext[]VirtualItemHandler.RemainderContext.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.RemainderContextModifier and TypeMethodDescriptiondefault VirtualItemHandler.ItemResultVirtualItemHandler.getRemainder(org.bukkit.inventory.ItemStack item, VirtualItemHandler.RemainderContext context) Resolve the remainder created when a stack is consumed for a crafting operation. -
Uses of VirtualItemHandler.RemainderContext in io.github.thebusybiscuit.slimefun4.core.services
Methods in io.github.thebusybiscuit.slimefun4.core.services with parameters of type VirtualItemHandler.RemainderContextModifier and TypeMethodDescriptionItemStackService.getRemainder(org.bukkit.inventory.ItemStack item, VirtualItemHandler.RemainderContext context)