Class StatisticsCommand
java.lang.Object
org.geysermc.geyser.command.GeyserCommand
org.geysermc.geyser.command.defaults.StatisticsCommand
- 
Field SummaryFields inherited from class org.geysermc.geyser.command.GeyserCommanddescription, name, permission
- 
Constructor SummaryConstructorsConstructorDescriptionStatisticsCommand(GeyserImpl geyser, String name, String description, String permission)
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(GeyserSession session, CommandSender sender, String[] args)booleanUsed to send a deny message to Java players if this command can only be used by Bedrock players.booleanIf false, hides the command from being shown on the Geyser Standalone GUI.Methods inherited from class org.geysermc.geyser.command.GeyserCommandgetAliases, getDescription, getName, getPermission, getSubCommands, hasSubCommands, setAliases
- 
Constructor Details- 
StatisticsCommand
 
- 
- 
Method Details- 
execute- Specified by:
- executein class- GeyserCommand
 
- 
isExecutableOnConsolepublic boolean isExecutableOnConsole()Description copied from class:GeyserCommandIf false, hides the command from being shown on the Geyser Standalone GUI.- Overrides:
- isExecutableOnConsolein class- GeyserCommand
- Returns:
- true if the command can be run on the server console
 
- 
isBedrockOnlypublic boolean isBedrockOnly()Description copied from class:GeyserCommandUsed to send a deny message to Java players if this command can only be used by Bedrock players.- Overrides:
- isBedrockOnlyin class- GeyserCommand
- Returns:
- true if this command can only be used by Bedrock players.
 
 
-