Uses of Class
io.github.thebusybiscuit.slimefun4.utils.itemstack.ItemStackWrapper
Packages that use ItemStackWrapper
Package
Description
This package contains some utility classes that revolve around the creation or handling of an
ItemStack.-
Uses of ItemStackWrapper in io.github.thebusybiscuit.slimefun4.utils.itemstack
Methods in io.github.thebusybiscuit.slimefun4.utils.itemstack that return ItemStackWrapperModifier and TypeMethodDescriptionstatic ItemStackWrapperItemStackWrapper.forceWrap(org.bukkit.inventory.ItemStack itemStack) Creates anItemStackWrapperof anItemStack.static ItemStackWrapperItemStackWrapper.wrap(org.bukkit.inventory.ItemStack itemStack) Creates anItemStackWrapperof anItemStack.static ItemStackWrapper[]ItemStackWrapper.wrapArray(org.bukkit.inventory.ItemStack[] items) This creates anItemStackWrapperarray from a givenItemStackarray.Methods in io.github.thebusybiscuit.slimefun4.utils.itemstack that return types with arguments of type ItemStackWrapper