Uses of Interface
com.ticxo.modelengine.api.model.bone.Mountable
Package
Description
-
Uses of Mountable in com.ticxo.modelengine.api.model.handler
-
Uses of Mountable in com.ticxo.modelengine.api.mount
Modifier 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) -
Uses of Mountable in com.ticxo.modelengine.api.mount.controller
Modifier 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.