Class FlyingMountController
java.lang.Object
com.ticxo.modelengine.api.mount.controller.impl.AbstractMountController
com.ticxo.modelengine.api.mount.controller.impl.FlyingMountController
- 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
ConstructorsConstructorDescriptionFlyingMountController(org.bukkit.entity.Entity entity, Mount mount, boolean force) -
Method Summary
Modifier and TypeMethodDescriptionvoidupdateDriverMovement(MoveController controller, ActiveModel model) voidupdatePassengerMovement(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, updateDirectionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ticxo.modelengine.api.mount.controller.MountController
updateRiderPosition
-
Constructor Details
-
FlyingMountController
-
-
Method Details
-
updateDriverMovement
-
updatePassengerMovement
-