public class BukkitItemStack extends Object implements IItemStack
| Constructor and Description |
|---|
BukkitItemStack(org.bukkit.inventory.ItemStack itemStack) |
| Modifier and Type | Method and Description |
|---|---|
IItemStack |
clone() |
<T> T |
get()
upwrap this interface.
|
<T> T |
getType()
Returns the Material of the item
|
public <T> T get()
IScriptObjectget in interface IScriptObjectpublic <T> T getType()
getType in interface IItemStackpublic IItemStack clone()
clone in interface IItemStackclone in class Object