Interface RegionInteractEntityEvent.Primary
- 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.PrimaryGetting 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, setCancelledMethods inherited from interface org.spongepowered.api.event.Event
cause, context, sourceMethods inherited from interface sawfowl.regionguard.api.events.world.RegionInteractEntityEvent
getEntity, getPlayer, isAllowInteractMethods inherited from interface sawfowl.regionguard.api.events.world.RegionMessageEvent
getMessage, setMessageMethods inherited from interface sawfowl.regionguard.api.events.world.RegionWorldEvent
getRegion, getWorld
-
Method Details
-
getSpongeEvent
org.spongepowered.api.event.entity.InteractEntityEvent.Primary getSpongeEvent()Description copied from interface:RegionWorldEventGetting the Sponge event.
May be `null` if the original event is not a Sponge event.- Specified by:
getSpongeEventin interfaceRegionInteractEntityEvent- Specified by:
getSpongeEventin interfaceRegionWorldEvent
-