Class MountController.MountInput

java.lang.Object
com.ticxo.modelengine.api.mount.controller.MountController.MountInput
Enclosing interface:
MountController

public static class MountController.MountInput extends Object
Data class containing the movement control sent by a player.
  • Constructor Details

    • MountInput

      public MountInput()
    • MountInput

      public MountInput(float side, float front, boolean jump, boolean sneak)