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
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
Methods 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
-