Interface RegionInteractEntityEvent.Secondary
- All Superinterfaces:
org.spongepowered.api.event.Cancellable
,org.spongepowered.api.event.Event
,RegionInteractEntityEvent
,RegionMessageEvent
,RegionWorldEvent
- Enclosing interface:
- RegionInteractEntityEvent
-
Nested Class Summary
Nested classes/interfaces inherited from interface sawfowl.regionguard.api.events.world.RegionInteractEntityEvent
RegionInteractEntityEvent.Primary, RegionInteractEntityEvent.Secondary
-
Method Summary
Modifier and TypeMethodDescriptionorg.spongepowered.api.event.entity.InteractEntityEvent.Secondary
Getting the Sponge event.
May be `null` if the original event is not a Sponge event.Methods inherited from interface org.spongepowered.api.event.Cancellable
isCancelled, setCancelled
Methods inherited from interface org.spongepowered.api.event.Event
cause, context, source
Methods inherited from interface sawfowl.regionguard.api.events.world.RegionInteractEntityEvent
getEntity, getPlayer, isAllowInteract
Methods inherited from interface sawfowl.regionguard.api.events.world.RegionMessageEvent
getMessage, setMessage
Methods inherited from interface sawfowl.regionguard.api.events.world.RegionWorldEvent
getRegion, getWorld
-
Method Details
-
getSpongeEvent
org.spongepowered.api.event.entity.InteractEntityEvent.Secondary getSpongeEvent()Description copied from interface:RegionWorldEvent
Getting the Sponge event.
May be `null` if the original event is not a Sponge event.- Specified by:
getSpongeEvent
in interfaceRegionInteractEntityEvent
- Specified by:
getSpongeEvent
in interfaceRegionWorldEvent
-