Class ResourcePackSendEvent

java.lang.Object
de.themoep.resourcepacksplugin.velocity.events.ResourcePackSendEvent
All Implemented Interfaces:
com.velocitypowered.api.event.ResultedEvent<com.velocitypowered.api.event.ResultedEvent.GenericResult>, IResourcePackSendEvent

public class ResourcePackSendEvent extends Object implements IResourcePackSendEvent, com.velocitypowered.api.event.ResultedEvent<com.velocitypowered.api.event.ResultedEvent.GenericResult>
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 IResourcePackSendEvent
    • setCancelled

      public void setCancelled(boolean cancelled)
      Specified by:
      setCancelled in interface IResourcePackSendEvent
    • getResult

      public com.velocitypowered.api.event.ResultedEvent.GenericResult getResult()
      Specified by:
      getResult in interface com.velocitypowered.api.event.ResultedEvent<com.velocitypowered.api.event.ResultedEvent.GenericResult>
    • setResult

      public void setResult(com.velocitypowered.api.event.ResultedEvent.GenericResult result)
      Specified by:
      setResult in interface com.velocitypowered.api.event.ResultedEvent<com.velocitypowered.api.event.ResultedEvent.GenericResult>