Class PAFSubCommandEvent<T extends SubCommand>
java.lang.Object
net.md_5.bungee.api.plugin.Event
de.simonsator.partyandfriends.api.events.command.PAFSubCommandEvent<T>
- All Implemented Interfaces:
net.md_5.bungee.api.plugin.Cancellable
- Direct Known Subclasses:
FriendshipCommandEvent
,InviteEvent
,JumpToFriendEvent
public abstract class PAFSubCommandEvent<T extends SubCommand>
extends net.md_5.bungee.api.plugin.Event
implements net.md_5.bungee.api.plugin.Cancellable
-
Constructor Summary
-
Method Summary
Methods inherited from class net.md_5.bungee.api.plugin.Event
postCall
-
Constructor Details
-
PAFSubCommandEvent
-
-
Method Details
-
getExecutor
-
getArgs
-
getCaller
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelled
in interfacenet.md_5.bungee.api.plugin.Cancellable
-
setCancelled
public void setCancelled(boolean b) - Specified by:
setCancelled
in interfacenet.md_5.bungee.api.plugin.Cancellable
-