Package com.epicbot.api.shared.entity
Interface GraphicsObject
- All Superinterfaces:
Identifiable,Locatable,LocatableEntity,Modeled,Renderable,Validatable
-
Method Summary
Modifier and TypeMethodDescriptionintThe time at which this graphics object was spawned.Methods inherited from interface com.epicbot.api.shared.entity.details.Identifiable
getIdMethods inherited from interface com.epicbot.api.shared.entity.details.Locatable
canReach, canReach, canReach, derive, derive, distanceTo, distanceTo, getArea, getArea, getLocation, getMapPoint, getPlane, getSceneOffset, getX, getY, isOnMap, randomize, randomize, randomize, tileDistanceTo, tileDistanceToMethods inherited from interface com.epicbot.api.shared.entity.details.Modeled
getModelHeightMethods inherited from interface com.epicbot.api.shared.entity.details.Renderable
contains, draw, draw, draw, getCentralPoint, getRandomPoint, getRealCentralPoint, isVisibleMethods inherited from interface com.epicbot.api.shared.entity.details.Validatable
isValid
-
Method Details
-
getGameCycleStart
int getGameCycleStart()The time at which this graphics object was spawned.- Returns:
- int
- See Also:
-