Interface TameEntityEvent
-
- All Superinterfaces:
Cancellable
,Event
public interface TameEntityEvent extends Event, Cancellable
Called when anEntity
is tamed.
-
-
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
-
-