Uses of Interface
com.ticxo.modelengine.api.nms.entity.wrapper.LookController
Package
Description
-
Uses of LookController in com.ticxo.modelengine.api.entity
Modifier and TypeMethodDescriptionBaseEntity.wrapLookControl()
Create a wrapper for the look control of this entity.
For bukkit entities, wrap withEntityHandler.wrapLookControl(Entity)
.BukkitEntity.wrapLookControl()
BukkitPlayer.wrapLookControl()
Dummy.wrapLookControl()
-
Uses of LookController in com.ticxo.modelengine.api.model
Modifier and TypeMethodDescriptionModeledEntity.getLookController()
Get theLookController
of this entity.
This is mainly used to control the entity's pitch, head yaw and body yaw. -
Uses of LookController in com.ticxo.modelengine.api.mount.controller
Modifier and TypeMethodDescriptionvoid
AbstractMountController.updateDirection
(LookController controller, ModeledEntity model) void
MountController.updateDirection
(LookController controller, ModeledEntity model) Update the look direction of the vehicle.
This method is called each movement tick of the vehicle, and is only called when the controller is used by a driver.
ExtendAbstractMountController
to use the default implementation. -
Uses of LookController in com.ticxo.modelengine.api.nms.entity
-
Uses of LookController in com.ticxo.modelengine.api.nms.entity.impl