Interface BreedingEvent
-
- All Superinterfaces:
Cancellable
,Event
- All Known Subinterfaces:
BreedingEvent.Breed
,BreedingEvent.FindMate
,BreedingEvent.ReadyToMate
public interface BreedingEvent extends Event, Cancellable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
BreedingEvent.Breed
static interface
BreedingEvent.FindMate
static interface
BreedingEvent.ReadyToMate
Called when anAnimal
has made it known it is ready to breed.
-
Method Summary
-
Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
-
-