Interface RegionCreateEvent

All Superinterfaces:
org.spongepowered.api.event.Cancellable, org.spongepowered.api.event.Event, RegionManagementEvent, RegionMessageEvent

public interface RegionCreateEvent extends RegionManagementEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    Getting a parent Region if it exists.
    boolean
    Checking if the region being created is a child region.

    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.RegionManagementEvent

    cause, getPlayer, getRegion

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

    getMessage, setMessage
  • Method Details

    • getParrent

      Optional<Region> getParrent()
      Getting a parent Region if it exists.
    • isSubdivision

      boolean isSubdivision()
      Checking if the region being created is a child region.