Package com.ticxo.modelengine.api.mount.controller
package com.ticxo.modelengine.api.mount.controller
-
ClassDescriptionSimple abstract implementation of a basic
MountController
.Interface used byMoveController
to allow special passenger behavior, such as controlling movement of the model.
While not strictly necessary, we recommend registering the controller withMountControllerRegistry.register(String, Supplier)
so your custom controller can be accessed by other plugins with a string ID.Data class containing the movement control sent by a player.