Interface Identifiable
-
- All Known Implementing Classes:
BoundaryObject
,Character
,Entity
,FloorDecoration
,GameObject
,GrandExchangeItem
,GroundItem
,Item
,NPC
,Player
,SceneObject
,WallObject
public interface Identifiable
Created with IntelliJ IDEA. User: NotoriousPP Date: 7/29/2014 Time: 12:31 PM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getID()
Gets ID number of the given object.java.lang.String
getName()
Gets the name of the given object.
-