Class ResourcePackSelectEvent

java.lang.Object
de.themoep.resourcepacksplugin.velocity.events.ResourcePackSelectEvent
All Implemented Interfaces:
de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent

public class ResourcePackSelectEvent extends Object implements de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent
Created by Phoenix616 on 18.04.2015.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent

    de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent.Status
  • Constructor Summary

    Constructors
    Constructor
    Description
    ResourcePackSelectEvent(UUID playerId, List<de.themoep.resourcepacksplugin.core.ResourcePack> packs)
     
    ResourcePackSelectEvent(UUID playerId, List<de.themoep.resourcepacksplugin.core.ResourcePack> packs, de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent.Status status)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<de.themoep.resourcepacksplugin.core.ResourcePack>
     
     
    de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent.Status
     
    void
    setStatus(de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent.Status status)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent

    getPack, setPack
  • Constructor Details

    • ResourcePackSelectEvent

      public ResourcePackSelectEvent(UUID playerId, List<de.themoep.resourcepacksplugin.core.ResourcePack> packs)
    • ResourcePackSelectEvent

      public ResourcePackSelectEvent(UUID playerId, List<de.themoep.resourcepacksplugin.core.ResourcePack> packs, de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent.Status status)
  • Method Details

    • getPlayerId

      public UUID getPlayerId()
      Specified by:
      getPlayerId in interface de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent
    • getPacks

      public List<de.themoep.resourcepacksplugin.core.ResourcePack> getPacks()
      Specified by:
      getPacks in interface de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent
    • getStatus

      public de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent.Status getStatus()
      Specified by:
      getStatus in interface de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent
    • setStatus

      public void setStatus(de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent.Status status)
      Specified by:
      setStatus in interface de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent