Interface IResourcePackSendEvent

All Known Implementing Classes:
ResourcePackSendEvent, ResourcePackSendEvent, ResourcePackSendEvent

public interface IResourcePackSendEvent
Created by Phoenix616 on 18.04.2015.
  • Method Details

    • getPlayerId

      UUID getPlayerId()
    • getPack

      ResourcePack getPack()
    • setPack

      void setPack(ResourcePack pack)
      Set the pack that should be send. Set to null if you want to remove all packs/send the empty one
      Parameters:
      pack - The pack to send, if it is null it will reset the pack to the empty one
    • isCancelled

      boolean isCancelled()
    • setCancelled

      void setCancelled(boolean cancelled)