Class GeyserExtensionCommand
java.lang.Object
org.geysermc.geyser.command.GeyserCommand
org.geysermc.geyser.extension.command.GeyserExtensionCommand
- All Implemented Interfaces:
org.geysermc.geyser.api.command.Command
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.geysermc.geyser.api.command.Command
org.geysermc.geyser.api.command.Command.Builder<T extends org.geysermc.geyser.api.command.CommandSource> -
Field Summary
Fields inherited from class org.geysermc.geyser.command.GeyserCommand
description, name, permission -
Constructor Summary
ConstructorsConstructorDescriptionGeyserExtensionCommand(org.geysermc.geyser.api.extension.Extension extension, String name, String description, String permission) -
Method Summary
Methods inherited from class org.geysermc.geyser.command.GeyserCommand
aliases, description, execute, hasSubCommands, isExecutableOnConsole, isSuggestedOpOnly, name, permission, setAliases, subCommandsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.geysermc.geyser.api.command.Command
isBedrockOnly
-
Constructor Details
-
GeyserExtensionCommand
-
-
Method Details
-
extension
public org.geysermc.geyser.api.extension.Extension extension()
-