Class ResourcePackSendEvent
java.lang.Object
net.md_5.bungee.api.plugin.Event
de.themoep.resourcepacksplugin.bungee.events.ResourcePackSendEvent
- All Implemented Interfaces:
de.themoep.resourcepacksplugin.core.events.IResourcePackSendEvent,net.md_5.bungee.api.plugin.Cancellable
public class ResourcePackSendEvent
extends net.md_5.bungee.api.plugin.Event
implements de.themoep.resourcepacksplugin.core.events.IResourcePackSendEvent, net.md_5.bungee.api.plugin.Cancellable
Created by Phoenix616 on 18.04.2015.
-
Constructor Summary
ConstructorsConstructorDescriptionResourcePackSendEvent(UUID playerId, de.themoep.resourcepacksplugin.core.ResourcePack pack) -
Method Summary
Modifier and TypeMethodDescriptionde.themoep.resourcepacksplugin.core.ResourcePackgetPack()booleanvoidsetCancelled(boolean cancelled) voidsetPack(de.themoep.resourcepacksplugin.core.ResourcePack pack) Methods inherited from class net.md_5.bungee.api.plugin.Event
postCall
-
Constructor Details
-
ResourcePackSendEvent
-
-
Method Details
-
getPlayerId
- Specified by:
getPlayerIdin interfacede.themoep.resourcepacksplugin.core.events.IResourcePackSendEvent
-
getPack
public de.themoep.resourcepacksplugin.core.ResourcePack getPack()- Specified by:
getPackin interfacede.themoep.resourcepacksplugin.core.events.IResourcePackSendEvent
-
setPack
public void setPack(de.themoep.resourcepacksplugin.core.ResourcePack pack) - Specified by:
setPackin interfacede.themoep.resourcepacksplugin.core.events.IResourcePackSendEvent
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelledin interfacenet.md_5.bungee.api.plugin.Cancellable- Specified by:
isCancelledin interfacede.themoep.resourcepacksplugin.core.events.IResourcePackSendEvent
-
setCancelled
public void setCancelled(boolean cancelled) - Specified by:
setCancelledin interfacenet.md_5.bungee.api.plugin.Cancellable- Specified by:
setCancelledin interfacede.themoep.resourcepacksplugin.core.events.IResourcePackSendEvent
-