Stackable

public interface Stackable

Represents a stackable entity (an entity that has a stack)

Functions

getStack
Link copied to clipboard
abstract int getStack()
Gets the stack of this item, which is how many of the item is occupying the item space.

Inheritors

GroundItem
Link copied to clipboard
Item
Link copied to clipboard