Class ReloadCommand
java.lang.Object
org.geysermc.connector.command.GeyserCommand
org.geysermc.connector.command.defaults.ReloadCommand
-
Field Summary
Fields inherited from class org.geysermc.connector.command.GeyserCommand
description, name, permission -
Constructor Summary
ConstructorsConstructorDescriptionReloadCommand(GeyserConnector connector, String name, String description, String permission) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(GeyserSession session, CommandSender sender, String[] args)Methods inherited from class org.geysermc.connector.command.GeyserCommand
getSubCommands, hasSubCommands, isBedrockOnly, isExecutableOnConsole
-
Constructor Details
-
ReloadCommand
public ReloadCommand(GeyserConnector connector, String name, String description, String permission)
-
-
Method Details
-
execute
- Specified by:
executein classGeyserCommand
-