Uses of Package
com.ticxo.modelengine.api.mount.controller
Package
Description
-
ClassDescriptionInterface used by
MoveController
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. -
ClassDescriptionInterface used by
MoveController
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. -
ClassDescriptionInterface used by
MoveController
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. -
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. -
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.