Package 

Interface ExecutionContext

  • All Implemented Interfaces:

    
    public interface ExecutionContext<S extends Object>
    
                        

    The context for the execution of commands.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract CommandContext<S> getContext() The Brigadier command context for this command.
      abstract S getSource() The source that invoked the command being executed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getContext

         abstract CommandContext<S> getContext()

        The Brigadier command context for this command.

      • getSource

         abstract S getSource()

        The source that invoked the command being executed.