Uses of Enum Class
io.github.thebusybiscuit.slimefun4.api.items.virtual.VirtualItemHandler.ConsumeContext
Packages that use VirtualItemHandler.ConsumeContext
Package
Description
This package provides a few "Services" that Slimefun uses.
-
Uses of VirtualItemHandler.ConsumeContext in io.github.thebusybiscuit.slimefun4.api.items.virtual
Methods in io.github.thebusybiscuit.slimefun4.api.items.virtual that return VirtualItemHandler.ConsumeContextModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static VirtualItemHandler.ConsumeContext[]VirtualItemHandler.ConsumeContext.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.ConsumeContextModifier and TypeMethodDescriptiondefault VirtualItemHandler.ItemResultVirtualItemHandler.consume(org.bukkit.inventory.ItemStack item, int amount, boolean replaceConsumables, VirtualItemHandler.ConsumeContext context) Consume an amount from a stack. -
Uses of VirtualItemHandler.ConsumeContext in io.github.thebusybiscuit.slimefun4.core.services
Methods in io.github.thebusybiscuit.slimefun4.core.services with parameters of type VirtualItemHandler.ConsumeContextModifier and TypeMethodDescriptionItemStackService.consume(org.bukkit.inventory.ItemStack item, int amount, boolean replaceConsumables, VirtualItemHandler.ConsumeContext context)