Interface AnimateHandEvent
-
- All Superinterfaces:
Cancellable
,Event
public interface AnimateHandEvent extends Event, Cancellable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HandType
handType()
Gets theHandType
used for animation.Humanoid
humanoid()
Gets theHumanoid
.-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
-