classpublicPriority 1
CommandManager
com.hypixel.hytale.server.core.command.system.CommandManager
implements CommandOwner
10
Methods
10
Public Methods
1
Fields
1
Constructors
Constants
HytaleLoggerLOGGER= HytaleLogger.forEnclosingClass()
Constructors
public
CommandManager()Methods
Public Methods (10)
public
Map<String, Set<String>> createVirtualPermissionGroups()public
Map<String, AbstractCommand> getCommandRegistration()@Nonnull
public
String getName()@Nonnull@Override
public
CompletableFuture<Void> handleCommand(PlayerRef playerRef, String command)@Nonnull
public
CompletableFuture<Void> handleCommand(CommandSender commandSender, String commandString)@Nonnull
public
CompletableFuture<Void> handleCommands(CommandSender sender, Deque<String> commands)@Nonnull
public
CommandRegistration register(AbstractCommand command)@Nullable
public
void registerCommands()public
void registerSystemCommand(AbstractCommand command)public
void shutdown()Fields
Private/Package Fields (1)
private
CommandManager instanceRelated Classes
Used By
CompletableFutureUtilRefStoreHytaleLoggerSkipSentryExceptionMessageParticleCommandAssetsCommandDebugPlayerPositionCommandHitDetectionCommandHudManagerTestCommandLogCommandMessageTranslationTestCommandPIDCheckCommandPacketStatsCommandPingCommandShowBuilderToolsHudCommandStopNetworkChunkSendingCommandTagPatternCommandVersionCommand+46 more