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 MountableMountManager.getMountable(String modelId, String seatId) @Nullable MountableMountManager.getMountedBone(UUID uuid) @Nullable MountableMountManager.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 TypeMethodDescriptionvoidMountController.setMountable(Mountable mountable) default voidMountController.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.