Package pp.battleship.model
Klasse Shell
java.lang.Object
pp.battleship.model.Shell
-
Konstruktorübersicht
KonstruktorBeschreibungShell
(com.jme3.math.Vector3f startPosition, com.jme3.math.Vector3f targetPosition, float speed) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcom.jme3.math.Vector3f
boolean
void
updatePosition
(float deltaTime)
-
Konstruktordetails
-
Shell
public Shell(com.jme3.math.Vector3f startPosition, com.jme3.math.Vector3f targetPosition, float speed)
-
-
Methodendetails
-
updatePosition
public void updatePosition(float deltaTime) -
getCurrentPosition
public com.jme3.math.Vector3f getCurrentPosition() -
isAtTarget
public boolean isAtTarget()
-