Package zombie.core.physics
Class CarController.ClientControls
java.lang.Object
zombie.core.physics.CarController.ClientControls
- Enclosing class:
- CarController
public static final class CarController.ClientControls
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ClientControls()
-
Method Summary
Modifier and Type Method Description void
reset()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
steering
public float steering -
forward
public boolean forward -
backward
public boolean backward -
brake
public boolean brake -
shift
public boolean shift -
wasUsingParkingBrakes
public boolean wasUsingParkingBrakes
-
-
Constructor Details
-
ClientControls
public ClientControls()
-
-
Method Details
-
reset
public void reset()
-