All Known Implementing Classes:
BikeSeat, TurretSeat

public interface Controllable
Implement this interface to create a part that can be controlled by a player.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handle the input of the player.
  • Method Details

    • handleInput

      void handleInput(MovementInput input)
      Handle the input of the player.
      Parameters:
      input - The input of the player