public interface CommandExecutor extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
default <T> T |
broadcastCommand(CommandObject<T> commandObject) |
<T> T |
executeCommand(CommandObject<T> commandObject) |
close<T> T executeCommand(CommandObject<T> commandObject)
default <T> T broadcastCommand(CommandObject<T> commandObject)
Copyright © 2024. All rights reserved.