Interface Controllable
- 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 TypeMethodDescriptionvoid
handleInput
(MovementInput input) Handle the input of the player.
-
Method Details
-
handleInput
Handle the input of the player.- Parameters:
input
- The input of the player
-