Class ResourcePackSendEvent

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

public class ResourcePackSendEvent extends org.bukkit.event.Event implements IResourcePackSendEvent, org.bukkit.event.Cancellable
Created by Phoenix616 on 18.04.2015.
  • Constructor Details

    • ResourcePackSendEvent

      public ResourcePackSendEvent(UUID playerId, ResourcePack pack)
  • Method Details

    • getPlayerId

      public UUID getPlayerId()
      Specified by:
      getPlayerId in interface IResourcePackSendEvent
    • getPack

      public ResourcePack getPack()
      Specified by:
      getPack in interface IResourcePackSendEvent
    • setPack

      public void setPack(ResourcePack pack)
      Description copied from interface: IResourcePackSendEvent
      Set the pack that should be send. Set to null if you want to remove all packs/send the empty one
      Specified by:
      setPack in interface IResourcePackSendEvent
      Parameters:
      pack - The pack to send, if it is null it will reset the pack to the empty one
    • isCancelled

      public boolean isCancelled()
      Specified by:
      isCancelled in interface org.bukkit.event.Cancellable
      Specified by:
      isCancelled in interface IResourcePackSendEvent
    • setCancelled

      public void setCancelled(boolean cancelled)
      Specified by:
      setCancelled in interface org.bukkit.event.Cancellable
      Specified by:
      setCancelled in interface 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()