Class ResourcePackSendEvent

java.lang.Object
org.bukkit.event.Event
de.themoep.resourcepacksplugin.bukkit.events.ResourcePackSendEvent
All Implemented Interfaces:
de.themoep.resourcepacksplugin.core.events.IResourcePackSendEvent, org.bukkit.event.Cancellable

public class ResourcePackSendEvent extends org.bukkit.event.Event implements de.themoep.resourcepacksplugin.core.events.IResourcePackSendEvent, org.bukkit.event.Cancellable
Created by Phoenix616 on 18.04.2015.
  • Nested Class Summary

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

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

    Constructors
    Constructor
    Description
    ResourcePackSendEvent(UUID playerId, de.themoep.resourcepacksplugin.core.ResourcePack pack)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.bukkit.event.HandlerList
     
    org.bukkit.event.HandlerList
     
    de.themoep.resourcepacksplugin.core.ResourcePack
     
     
    boolean
     
    void
    setCancelled(boolean cancelled)
     
    void
    setPack(de.themoep.resourcepacksplugin.core.ResourcePack pack)
     

    Methods inherited from class org.bukkit.event.Event

    getEventName, isAsynchronous

    Methods inherited from class java.lang.Object

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

    • ResourcePackSendEvent

      public ResourcePackSendEvent(UUID playerId, de.themoep.resourcepacksplugin.core.ResourcePack pack)
  • Method Details

    • getPlayerId

      public UUID getPlayerId()
      Specified by:
      getPlayerId in interface de.themoep.resourcepacksplugin.core.events.IResourcePackSendEvent
    • getPack

      public de.themoep.resourcepacksplugin.core.ResourcePack getPack()
      Specified by:
      getPack in interface de.themoep.resourcepacksplugin.core.events.IResourcePackSendEvent
    • setPack

      public void setPack(de.themoep.resourcepacksplugin.core.ResourcePack pack)
      Specified by:
      setPack in interface de.themoep.resourcepacksplugin.core.events.IResourcePackSendEvent
    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface org.bukkit.event.Cancellable
      Specified by:
      isCancelled in interface de.themoep.resourcepacksplugin.core.events.IResourcePackSendEvent
    • setCancelled

      public void setCancelled(boolean cancelled)
      Specified by:
      setCancelled in interface org.bukkit.event.Cancellable
      Specified by:
      setCancelled in interface de.themoep.resourcepacksplugin.core.events.IResourcePackSendEvent
    • getHandlers

      public org.bukkit.event.HandlerList getHandlers()
      Specified by:
      getHandlers in class org.bukkit.event.Event
    • getHandlerList

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