Class CommandServiceGrpc.CommandServiceImplBase
java.lang.Object
com.soulfiremc.grpc.generated.CommandServiceGrpc.CommandServiceImplBase
- All Implemented Interfaces:
CommandServiceGrpc.AsyncService, io.grpc.BindableService
- Direct Known Subclasses:
CommandServiceImpl
- Enclosing class:
CommandServiceGrpc
public abstract static class CommandServiceGrpc.CommandServiceImplBase
extends Object
implements io.grpc.BindableService, CommandServiceGrpc.AsyncService
Base class for the server implementation of the service CommandService.
Service for executing server commands and retrieving tab-completion suggestions. Commands are executed using the Brigadier command framework and support various operations including bot control, pathfinding, inventory management, and administration. All operations require appropriate permissions based on the specified command scope.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CommandServiceGrpc.AsyncService
executeCommand, tabCompleteCommand
-
Constructor Details
-
CommandServiceImplBase
public CommandServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-