Class Settings
java.lang.Object
de.simonsator.partyandfriends.utilities.SubCommand
de.simonsator.partyandfriends.api.friends.abstractcommands.FriendSubCommand
de.simonsator.partyandfriends.friends.subcommands.Settings
- All Implemented Interfaces:
Comparable<SubCommand>
The command settings
-
Field Summary
Fields inherited from class de.simonsator.partyandfriends.utilities.SubCommand
HELP, PREFIX
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Settings
getSettingInstance
(Class<? extends Setting> pSettingClass) void
onCommand
(OnlinePAFPlayer pPlayer, String[] args) void
registerSetting
(Setting pSetting) void
unregisterSetting
(Setting pSetting) Methods inherited from class de.simonsator.partyandfriends.api.friends.abstractcommands.FriendSubCommand
isAFriendOf, isAFriendOf, isPlayerGiven, sendError
Methods inherited from class de.simonsator.partyandfriends.utilities.SubCommand
compareTo, getCommandName, getCommandNames, hasPermission, isApplicable, isApplicable, printOutHelp, sendError
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
-
Constructor Details
-
Settings
-
-
Method Details
-
getInstance
-
registerSetting
-
unregisterSetting
-
getSettingInstance
-
onCommand
- Specified by:
onCommand
in classSubCommand
-