Class MountController.MountInput
java.lang.Object
com.ticxo.modelengine.api.mount.controller.MountController.MountInput
- Enclosing interface:
- MountController
Data class containing the movement control sent by a player.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MountInput
public MountInput() -
MountInput
public MountInput(float side, float front, boolean jump, boolean sneak)
-