Class ResourcePackSendEvent

java.lang.Object
net.md_5.bungee.api.plugin.Event
de.themoep.resourcepacksplugin.bungee.events.ResourcePackSendEvent
All Implemented Interfaces:
de.themoep.resourcepacksplugin.core.events.IResourcePackSendEvent, net.md_5.bungee.api.plugin.Cancellable

public class ResourcePackSendEvent extends net.md_5.bungee.api.plugin.Event implements de.themoep.resourcepacksplugin.core.events.IResourcePackSendEvent, net.md_5.bungee.api.plugin.Cancellable
Created by Phoenix616 on 18.04.2015.
  • 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 net.md_5.bungee.api.plugin.Cancellable
      Specified by:
      isCancelled in interface de.themoep.resourcepacksplugin.core.events.IResourcePackSendEvent
    • setCancelled

      public void setCancelled(boolean cancelled)
      Specified by:
      setCancelled in interface net.md_5.bungee.api.plugin.Cancellable
      Specified by:
      setCancelled in interface de.themoep.resourcepacksplugin.core.events.IResourcePackSendEvent