Uses of Interface
com.ticxo.modelengine.api.nms.entity.wrapper.BodyRotationController
Package
Description
-
Uses of BodyRotationController in com.ticxo.modelengine.api.entity
Modifier and TypeMethodDescriptionBaseEntity.wrapBodyRotationControl()
Create a wrapper for the body rotation control of this entity.
For bukkit entities, wrap withEntityHandler.wrapBodyRotationControl(Entity)
.BukkitEntity.wrapBodyRotationControl()
BukkitPlayer.wrapBodyRotationControl()
Dummy.wrapBodyRotationControl()
-
Uses of BodyRotationController in com.ticxo.modelengine.api.model
Modifier and TypeMethodDescriptionModeledEntity.getBodyRotationController()
Get theBodyRotationController
of this entity.
This is used to configure the entity's body rotation. -
Uses of BodyRotationController in com.ticxo.modelengine.api.nms.entity
Modifier and TypeMethodDescription@Nullable BodyRotationController
EntityHandler.wrapBodyRotationControl
(org.bukkit.entity.Entity entity) -
Uses of BodyRotationController in com.ticxo.modelengine.api.nms.entity.impl