Uses of Enum Class
io.github.thebusybiscuit.slimefun4.api.items.virtual.VirtualItemHandler.AdmissionResult
Packages that use VirtualItemHandler.AdmissionResult
Package
Description
This package provides a few "Services" that Slimefun uses.
-
Uses of VirtualItemHandler.AdmissionResult in io.github.thebusybiscuit.slimefun4.api.items.virtual
Methods in io.github.thebusybiscuit.slimefun4.api.items.virtual that return VirtualItemHandler.AdmissionResultModifier and TypeMethodDescriptionVirtualItemHandler.allows(org.bukkit.inventory.ItemStack item, VirtualItemHandler.InventoryContext context) Decide whether a virtual stack may enter an empty slot in a given context.Returns the enum constant of this class with the specified name.static VirtualItemHandler.AdmissionResult[]VirtualItemHandler.AdmissionResult.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of VirtualItemHandler.AdmissionResult in io.github.thebusybiscuit.slimefun4.core.services
Methods in io.github.thebusybiscuit.slimefun4.core.services that return VirtualItemHandler.AdmissionResultModifier and TypeMethodDescriptionItemStackService.allows(org.bukkit.inventory.ItemStack item, VirtualItemHandler.InventoryContext context)