Class ResourcePackCompileEvent

java.lang.Object
org.bukkit.event.Event
com.github.darksoulq.abyssallib.server.event.custom.server.ResourcePackCompileEvent

public class ResourcePackCompileEvent 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
    ResourcePackCompileEvent(@NotNull String pluginId, @NotNull ResourcePack pack)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.bukkit.event.HandlerList
     
    @NotNull org.bukkit.event.HandlerList
    Returns the list of handlers for this event.
    @NotNull ResourcePack
     
    @NotNull String
     

    Methods inherited from class org.bukkit.event.Event

    callEvent, getEventName, isAsynchronous

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ResourcePackCompileEvent

      public ResourcePackCompileEvent(@NotNull @NotNull String pluginId, @NotNull @NotNull ResourcePack pack)
  • Method Details

    • pluginId

      @NotNull public @NotNull String pluginId()
    • pack

      @NotNull public @NotNull ResourcePack pack()
    • getHandlers

      @NotNull public @NotNull org.bukkit.event.HandlerList getHandlers()
      Returns the list of handlers for this event.
      Specified by:
      getHandlers in class org.bukkit.event.Event
      Returns:
      The HandlerList for this event.
    • getHandlerList

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