Class EffSecSpawn.SpawnEvent

java.lang.Object
org.bukkit.event.Event
ch.njol.skript.sections.EffSecSpawn.SpawnEvent
Enclosing class:
EffSecSpawn

public static class EffSecSpawn.SpawnEvent extends org.bukkit.event.Event
  • Nested Class Summary

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

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

    Constructors
    Constructor
    Description
    SpawnEvent​(org.bukkit.entity.Entity entity)
     
  • Method Summary

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

    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
  • Constructor Details

    • SpawnEvent

      public SpawnEvent(org.bukkit.entity.Entity entity)
  • Method Details

    • getEntity

      public org.bukkit.entity.Entity getEntity()
    • getHandlers

      @NotNull public @NotNull org.bukkit.event.HandlerList getHandlers()
      Specified by:
      getHandlers in class org.bukkit.event.Event