Class ItemArgument
-
- All Implemented Interfaces:
public class ItemArgument extends Argument<S, A, R>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
ItemArgument.ItemContainer
-
Field Summary
Fields Modifier and Type Field Description public final static ItemArgument
INSTANCE
-
Method Summary
Modifier and Type Method Description ParseResult<ItemArgument.ItemContainer>
parse(@NonNull() StringReader input, @Nullable() CommandSender source)
-
Methods inherited from class pers.neige.colonel.arguments.Argument
getDefaultValue, getFailExecutor, hasDefaultValue, setDefaultValue, setFailExecutor, setNullFailExecutor, tab
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
parse
@NonNull() ParseResult<ItemArgument.ItemContainer> parse(@NonNull() StringReader input, @Nullable() CommandSender source)
-
-
-
-