Interface RegionChangeBlockEvent

All Superinterfaces:
org.spongepowered.api.event.Cancellable, org.spongepowered.api.event.Event, RegionWorldEvent
All Known Subinterfaces:
RegionChangeBlockEvent.Break, RegionChangeBlockEvent.LiquidFlow, RegionChangeBlockEvent.Place

public interface RegionChangeBlockEvent extends RegionWorldEvent
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
    static interface 
     
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.spongepowered.api.event.Cause
    Get plugin 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

    Methods inherited from interface sawfowl.regionguard.api.events.world.RegionWorldEvent

    getRegion, getWorld
  • Method Details

    • getSpongeEvent

      org.spongepowered.api.event.block.ChangeBlockEvent.All 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 interface RegionWorldEvent
    • cause

      org.spongepowered.api.event.Cause cause()
      Get plugin Cause.
      Specified by:
      cause in interface org.spongepowered.api.event.Event