Class FriendshipCommandEvent
java.lang.Object
net.md_5.bungee.api.plugin.Event
de.simonsator.partyandfriends.api.events.command.PAFSubCommandEvent<FriendSubCommand>
de.simonsator.partyandfriends.api.events.command.FriendshipCommandEvent
- All Implemented Interfaces:
net.md_5.bungee.api.plugin.Cancellable
-
Constructor Summary
ConstructorDescriptionFriendshipCommandEvent
(OnlinePAFPlayer pExecutor, PAFPlayer pInteractPlayer, String[] args, FriendSubCommand pCaller) -
Method Summary
Methods inherited from class de.simonsator.partyandfriends.api.events.command.PAFSubCommandEvent
getArgs, getCaller, getExecutor, isCancelled, setCancelled
Methods inherited from class net.md_5.bungee.api.plugin.Event
postCall
-
Constructor Details
-
FriendshipCommandEvent
public FriendshipCommandEvent(OnlinePAFPlayer pExecutor, PAFPlayer pInteractPlayer, String[] args, FriendSubCommand pCaller)
-
-
Method Details