Class ResourcePackSelectEvent
java.lang.Object
org.bukkit.event.Event
de.themoep.resourcepacksplugin.bukkit.events.ResourcePackSelectEvent
- All Implemented Interfaces:
de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent
public class ResourcePackSelectEvent
extends org.bukkit.event.Event
implements de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent
Created by Phoenix616 on 18.04.2015.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.ResultNested classes/interfaces inherited from interface de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent
de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent.Status -
Constructor Summary
ConstructorsConstructorDescriptionResourcePackSelectEvent(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 TypeMethodDescriptionstatic org.bukkit.event.HandlerListorg.bukkit.event.HandlerListList<de.themoep.resourcepacksplugin.core.ResourcePack> getPacks()de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent.StatusvoidsetStatus(de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent.Status status) Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronousMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent
getPack, setPack
-
Constructor Details
-
ResourcePackSelectEvent
-
ResourcePackSelectEvent
-
-
Method Details
-
getPlayerId
- Specified by:
getPlayerIdin interfacede.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent
-
getPacks
- Specified by:
getPacksin interfacede.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent
-
getStatus
public de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent.Status getStatus()- Specified by:
getStatusin interfacede.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent
-
setStatus
public void setStatus(de.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent.Status status) - Specified by:
setStatusin interfacede.themoep.resourcepacksplugin.core.events.IResourcePackSelectEvent
-
getHandlers
public org.bukkit.event.HandlerList getHandlers()- Specified by:
getHandlersin classorg.bukkit.event.Event
-
getHandlerList
public static org.bukkit.event.HandlerList getHandlerList()
-