Class WalkingMountController
java.lang.Object
com.ticxo.modelengine.api.mount.controller.impl.AbstractMountController
com.ticxo.modelengine.api.mount.controller.impl.WalkingMountController
- All Implemented Interfaces:
MountController
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ticxo.modelengine.api.mount.controller.MountController
MountController.MountInput
-
Field Summary
Fields inherited from class com.ticxo.modelengine.api.mount.controller.impl.AbstractMountController
canDamageMount, canInteractMount, entity, input, mount
-
Constructor Summary
ConstructorsConstructorDescriptionWalkingMountController
(org.bukkit.entity.Entity entity, Mount mount, boolean force) -
Method Summary
Modifier and TypeMethodDescriptionvoid
updateDriverMovement
(MoveController controller, ActiveModel model) void
updatePassengerMovement
(MoveController controller, ActiveModel model) Methods inherited from class com.ticxo.modelengine.api.mount.controller.impl.AbstractMountController
canDamageMount, canInteractMount, getEntity, getInput, getMount, isCanDamageMount, isCanInteractMount, setCanDamageMount, setCanInteractMount, setInput, updateDirection
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.ticxo.modelengine.api.mount.controller.MountController
updateRiderPosition
-
Constructor Details
-
WalkingMountController
-
-
Method Details
-
updateDriverMovement
-
updatePassengerMovement
-