Interface IResourcePackStatusEvent

All Known Implementing Classes:
ResourcePackStatusEvent, ResourcePackStatusEvent, ResourcePackStatusEvent

public interface IResourcePackStatusEvent
Created by Phoenix616 on 31.03.2019.
  • Method Summary

    Modifier and Type
    Method
    Description
    de.themoep.resourcepacksplugin.core.ResourcePack
    Get the pack that the cdlient replied to
    Get the id of the player for which this event was called
    Get the status
  • Method Details

    • getPlayerId

      UUID getPlayerId()
      Get the id of the player for which this event was called
      Returns:
      The UUID of the player
    • getStatus

      ResourcePackStatus getStatus()
      Get the status
      Returns:
      The the status of the event
    • getPack

      de.themoep.resourcepacksplugin.core.ResourcePack getPack()
      Get the pack that the cdlient replied to
      Returns:
      The pack that the client replied to