-
Nested Class Summary
Nested Classes
static interface
static interface
static interface
-
Method Summary
org.spongepowered.api.event.Cause
org.spongepowered.api.event.block.ChangeBlockEvent.All
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
context, source
-
Method Details
-
getSpongeEvent
org.spongepowered.api.event.block.ChangeBlockEvent.All getSpongeEvent()
Getting the Sponge event.
May be `null` if the original event is not a Sponge event.
- Specified by:
getSpongeEvent
in interface RegionWorldEvent
-
cause
org.spongepowered.api.event.Cause cause()
Get plugin Cause
.
- Specified by:
cause
in interface org.spongepowered.api.event.Event