Uses of Interface
com.ticxo.modelengine.api.nms.entity.wrapper.BodyRotationController
Packages that use BodyRotationController
Package
Description
-
Uses of BodyRotationController in com.ticxo.modelengine.api.entity
Methods in com.ticxo.modelengine.api.entity that return BodyRotationControllerModifier 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
Methods in com.ticxo.modelengine.api.model that return BodyRotationControllerModifier 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
Methods in com.ticxo.modelengine.api.nms.entity that return BodyRotationControllerModifier and TypeMethodDescription@Nullable BodyRotationController
EntityHandler.wrapBodyRotationControl
(org.bukkit.entity.Entity entity) -
Uses of BodyRotationController in com.ticxo.modelengine.api.nms.entity.impl
Classes in com.ticxo.modelengine.api.nms.entity.impl that implement BodyRotationController