Class RealmCreateEvent

All Implemented Interfaces:
org.bukkit.event.Cancellable

public class RealmCreateEvent extends RealmEvent
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.bukkit.event.Event

    org.bukkit.event.Event.Result
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    org.bukkit.entity.Player
     

    Fields inherited from class com.mclds.plugins.realm.events.RealmEvent

    realm
  • Constructor Summary

    Constructors
    Constructor
    Description
    RealmCreateEvent(org.bukkit.entity.Player player, Realm realm)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.bukkit.event.HandlerList
     
    @NotNull org.bukkit.event.HandlerList
     

    Methods inherited from class com.mclds.plugins.customplugin.events.CustomCancellableEvent

    isCancelled, notCancelled, setCancelled

    Methods inherited from class org.bukkit.event.Event

    callEvent, getEventName, isAsynchronous

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • player

      public org.bukkit.entity.Player player
  • Constructor Details

    • RealmCreateEvent

      public RealmCreateEvent(org.bukkit.entity.Player player, Realm realm)
  • Method Details

    • getHandlerList

      public static org.bukkit.event.HandlerList getHandlerList()
    • getHandlers

      @NotNull public @NotNull org.bukkit.event.HandlerList getHandlers()
      Overrides:
      getHandlers in class RealmEvent