Interface Modeled
-
- All Known Subinterfaces:
Actor
,GameEntity
,GroundItem
,LocatableEntity
,NPC
,Player
,Projectile
,SceneObject
public interface Modeled
An entity that has a model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Model
getModel()
Gets the model.int
getModelHeight()
Gets the height of the model.int
getModelId()
Gets the unique id of the model.
-