Interface Item
public interface Item
-
Method Details
-
getName
String getName() -
getDescription
String getDescription() -
getTexture
com.badlogic.gdx.graphics.g2d.TextureRegion getTexture() -
getMaxStackSize
int getMaxStackSize() -
getModifiers
List<AttributeModifier<?>> getModifiers() -
getActions
-
getType
ItemType getType()
-