Class PlatformEvent

java.lang.Object
com.sk89q.worldedit.event.Event
com.sk89q.worldedit.event.platform.PlatformEvent
Direct Known Subclasses:
PlatformReadyEvent, PlatformUnreadyEvent

public abstract class PlatformEvent extends Event
  • Constructor Details

    • PlatformEvent

      protected PlatformEvent(Platform platform)
  • Method Details

    • getPlatform

      public Platform getPlatform()
      Get the platform for this event.
      Returns:
      the platform