Interface UnleashEntityEvent
-
- All Superinterfaces:
Cancellable
,Event
public interface UnleashEntityEvent extends Event, Cancellable
An event that is called when an entity becomes unleashed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Entity
entity()
Gets theEntity
.-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
-