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
  • 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()