Interface CommandArgument<T,V>
- All Known Implementing Classes:
CommandArgumentImpl
public interface CommandArgument<T,V>
-
Method Summary
-
Method Details
-
value
V value() -
argument
CommandArgumentSpec<T,V> argument()
-
CommandArgumentImpl