Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buypublic abstract class Item
extends Object
This interface is intended to provide a standard structure for plugin integration, allowing different types of items (including those from external plugins) to be handled in a consistent way.
| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
abstract @NotNull org.bukkit.inventory.ItemStack |
build()
Retrieves the underlying
ItemStack associated with this item. |
abstract Item |
clone()
Clones the object
|
abstract int |
getAmount() |
abstract @Nullable String |
getDisplayName() |
abstract @NotNull List<String> |
getLore() |
abstract String |
getNamespace() |
abstract org.bukkit.Material |
getType() |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Item()
public abstract String getNamespace()
@NotNull public abstract @NotNull org.bukkit.inventory.ItemStack build()
ItemStack associated with this item.ItemStack representing this item@Nullable public abstract @Nullable String getDisplayName()
@NotNull public abstract @NotNull List<String> getLore()
public abstract org.bukkit.Material getType()
public abstract int getAmount()
public abstract Item clone()
clone in class Object
Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buy