Package 

Interface Command

  • All Implemented Interfaces:

    
    public interface Command<S extends Object>
    
                        
    • 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 LiteralArgumentBuilder<S> buildLiteral() Builds a literal argument that can be used by the register function on a dispatcher to register this command.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • buildLiteral

         abstract LiteralArgumentBuilder<S> buildLiteral()

        Builds a literal argument that can be used by the register function on a dispatcher to register this command.