Package com.ardorcraft.player
Class PlayerBase
java.lang.Object
com.ardorcraft.player.PlayerBase
- Direct Known Subclasses:
PlayerWithCollision
Useful baseclass for player handling
-
Field Details
-
position
-
direction
-
up
-
left
-
velocity
-
acceleration
-
-
Constructor Details
-
PlayerBase
public PlayerBase()
-
-
Method Details
-
getPosition
-
getDirection
-
getUp
-
getVelocity
-
getLeft
-
getAcceleration
-
normalize
public void normalize()
-