public interface UnloadedStackedObject
| Modifier and Type | Method and Description |
|---|---|
org.bukkit.Location |
getLocation()
Get the location of the object.
|
int |
getStackAmount()
Get the stack amount
|
org.bukkit.World |
getWorld()
Get the world of the object.
|
void |
remove()
Remove the stack object from cache and the server
|
void |
setStackAmount(int stackAmount,
boolean updateName)
Update the stack amount
|
org.bukkit.Location getLocation()
org.bukkit.World getWorld()
int getStackAmount()
void setStackAmount(int stackAmount,
boolean updateName)
stackAmount - a new stack amountupdateName - should the name of the object get updated or notvoid remove()