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 ItemStackWrapper
ItemStackWrapper.forceWrap
(org.bukkit.inventory.ItemStack itemStack) Creates anItemStackWrapper
of anItemStack
.static ItemStackWrapper
ItemStackWrapper.wrap
(org.bukkit.inventory.ItemStack itemStack) Creates anItemStackWrapper
of anItemStack
.static ItemStackWrapper[]
ItemStackWrapper.wrapArray
(org.bukkit.inventory.ItemStack[] items) This creates anItemStackWrapper
array from a givenItemStack
array.Methods in io.github.thebusybiscuit.slimefun4.utils.itemstack that return types with arguments of type ItemStackWrapper