public class SetWorldSpawnCommand extends GlowVanillaCommand
GlowVanillaCommand.CommandMessages, GlowVanillaCommand.GenericMessageCACHE_SIZE, JOINER| Constructor and Description |
|---|
SetWorldSpawnCommand()
Creates the instance for this command.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(org.bukkit.command.CommandSender sender,
String label,
String[] args,
GlowVanillaCommand.CommandMessages commandMessages)
Executes the command, returning its success.
|
List<String> |
tabComplete(org.bukkit.command.CommandSender sender,
String alias,
String[] args) |
execute, getBundle, getBundle, readResourceBundle, sendUsageMessage, testPermissiongetDouble, getDouble, getInteger, getRelativeDouble, matchesbroadcastCommandMessage, broadcastCommandMessage, getAliases, getDescription, getLabel, getName, getPermission, getPermissionMessage, getTimingName, getUsage, isRegistered, register, setAliases, setDescription, setLabel, setName, setPermission, setPermissionMessage, setUsage, tabComplete, testPermission, testPermissionSilent, toString, unregisterpublic SetWorldSpawnCommand()
public boolean execute(org.bukkit.command.CommandSender sender,
String label,
String[] args,
GlowVanillaCommand.CommandMessages commandMessages)
GlowVanillaCommandexecute in class GlowVanillaCommandsender - Source object which is executing this commandlabel - The alias of the command usedargs - All arguments passed to the command, split via ' 'commandMessages - Object containing the title, description and permission message in
the sender's locale, or set with setterspublic List<String> tabComplete(org.bukkit.command.CommandSender sender, String alias, String[] args) throws IllegalArgumentException
tabComplete in class org.bukkit.command.CommandIllegalArgumentExceptionCopyright © 2021. All rights reserved.