Uses of Class
net.sourceforge.obby4j.Protocol.Keyword

Packages that use Protocol.Keyword
net.sourceforge.obby4j   
 

Uses of Protocol.Keyword in net.sourceforge.obby4j
 

Methods in net.sourceforge.obby4j that return Protocol.Keyword
 Protocol.Keyword Command.getKeyword()
           
static Protocol.Keyword Protocol.Keyword.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Protocol.Keyword[] Protocol.Keyword.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in net.sourceforge.obby4j with parameters of type Protocol.Keyword
Command(Protocol.Keyword keyword)
          Creates a parameterless command with the given keyword.
Command(Protocol.Keyword keyword, java.lang.String... params)
          Creates a command from a keyword and a number of parameters.