@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.api.event.action
A common root package of all
Event
s that
lack a common "Source" and "Target" such that only the "Action" is known.-
Interface Summary Interface Description CollideEvent Fired when anEntity
orBlockSnapshot
collide with each other.CollideEvent.Impact Fired after anEntity
orBlockSnapshot
impact with each other.CreateMapEvent Called when a new map is registered.FishingEvent An event when a "fishing" action is performed.FishingEvent.HookEntity Fired when anEntity
is hooked.FishingEvent.Start An event where theFishingBobber
is cast.FishingEvent.Stop A specificFishingEvent
where theFishingBobber
is retracted or "reeled in".InteractEvent Base event for all interactions.LightningEvent Base event forEntityTypes.LIGHTNING_BOLT
s.LightningEvent.Post Fires after a lightning strike happened.LightningEvent.Pre Fires before a lightning strike happens.LightningEvent.Strike Fires when a lightning strike happens.SleepingEvent Called when aLiving
enters a bed to sleep in.SleepingEvent.Failed Fires when theLiving
tried to sleep but failed.SleepingEvent.Finish Fires when theLiving
wakes up.SleepingEvent.Pre Fires before sleeping is attempted.SleepingEvent.Tick Fires every tick theLiving
is sleeping.