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
Constructors - 
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:
 isCancelledin interfacenet.md_5.bungee.api.plugin.Cancellable
 - 
setCancelled
public void setCancelled(boolean b) - Specified by:
 setCancelledin interfacenet.md_5.bungee.api.plugin.Cancellable
 
 -