Interface RotateEntityEvent
-
- All Superinterfaces:
Cancellable,Event
public interface RotateEntityEvent extends Event, Cancellable
Called when anEntityperforms rotation of their body or, if applicable, head without moving their position.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Entityentity()Gets theEntity.Vector3dfromRotation()Gets the rotation theEntitywas performing.voidsetToRotation(Vector3d rotation)Vector3dtoRotation()-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
-