Class Entity
java.lang.Object
org.collebol.shared.EngineObject
org.collebol.shared.objects.GameObject
org.collebol.shared.objects.entity.Entity
- Direct Known Subclasses:
Player
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGameLocation is the location in game.getUuid()voidsetGameLocation(GameLocation location) GameLocation is the location in game.abstract voidupdate()Methods inherited from class org.collebol.shared.objects.GameObject
getVelocity, setVelocityMethods inherited from class org.collebol.shared.EngineObject
getTexture, getVector, setTexture, setVector
-
Constructor Details
-
Entity
-
-
Method Details
-
getGameLocation
Description copied from class:GameObjectGameLocation is the location in game.- Overrides:
getGameLocationin classGameObject- Returns:
- game location
-
getUuid
-
update
public abstract void update()
-