Package 

Class DslCommand

  • All Implemented Interfaces:
    land.vani.mcorouhlin.command.Command

    
    public class DslCommand<S extends Object>
     implements Command<S>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final LiteralArgumentBuilder<S> buildLiteral() Builds a literal argument that can be used by the CommandDispatcher.
      • Methods inherited from class java.lang.Object

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

      • buildLiteral

         final LiteralArgumentBuilder<S> buildLiteral()

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