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(float DT) Methods inherited from class org.collebol.shared.objects.GameObject
addPhysicsComponent, getPhysicsComponentsList, getVelocity, setPhysicsComponents, setVelocityMethods inherited from class org.collebol.shared.EngineObject
getOriginPosition, getSprite, getTexture, getVector, hasSprite, setOriginPosition, setSprite, 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(float DT)
-