public class AdvancementsCommand extends GeyserCommand
description, name, permission| Constructor and Description |
|---|
AdvancementsCommand(GeyserConnector connector,
String name,
String description,
String permission) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(GeyserSession session,
CommandSender sender,
String[] args) |
boolean |
isBedrockOnly()
Used to send a deny message to Java players if this command can only be used by Bedrock players.
|
boolean |
isExecutableOnConsole()
If false, hides the command from being shown on the Geyser Standalone GUI.
|
getSubCommands, hasSubCommandspublic AdvancementsCommand(GeyserConnector connector, String name, String description, String permission)
public void execute(GeyserSession session, CommandSender sender, String[] args)
execute in class GeyserCommandpublic boolean isExecutableOnConsole()
GeyserCommandisExecutableOnConsole in class GeyserCommandpublic boolean isBedrockOnly()
GeyserCommandisBedrockOnly in class GeyserCommandCopyright © 2021 GeyserMC. All rights reserved.