Class Item
java.lang.Object
ActiverseEngine.Item
Represents an item in the Activerse game engine.
Each item has a name, type, and value.
- Version:
- 1.4.0
- Author:
- Knivier
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Item
-
-
Method Details
-
getName
-
getType
-
getValue
public int getValue()Returns the value as signed and serialized of type item- Returns:
- Value none defined
-
toString
-
use
public abstract void use()Action that the item does to something
-