Uses of Interface
com.ticxo.modelengine.api.model.bone.Mountable
Packages that use Mountable
Package
Description
-
Uses of Mountable in com.ticxo.modelengine.api.model.handler
Methods in com.ticxo.modelengine.api.model.handler with parameters of type Mountable -
Uses of Mountable in com.ticxo.modelengine.api.mount
Methods in com.ticxo.modelengine.api.mount that return MountableModifier and TypeMethodDescriptionprotected @Nullable Mountable
MountManager.getMountable
(String modelId, String seatId) @Nullable Mountable
MountManager.getMountedBone
(UUID uuid) @Nullable Mountable
MountManager.getMountedBone
(org.bukkit.entity.Entity entity) Methods in com.ticxo.modelengine.api.mount that return types with arguments of type MountableMethods in com.ticxo.modelengine.api.mount with parameters of type Mountable -
Uses of Mountable in com.ticxo.modelengine.api.mount.controller
Fields in com.ticxo.modelengine.api.mount.controller declared as MountableMethods in com.ticxo.modelengine.api.mount.controller that return MountableMethods in com.ticxo.modelengine.api.mount.controller with parameters of type MountableModifier and TypeMethodDescriptionvoid
MountController.setMountable
(Mountable mountable) default void
MountController.updateRiderPosition
(MoveController controller, Mountable mountBone) Update the server-side location of the rider.
While the entity is visually at the correct location, the position of the rider is not actually updated and would cause unexpected behavior, such as projectiles phasing through the rider, or the rider dismounting at the wrong location.
This method is called each movement tick of the vehicle.