Class ItemPackArgument
-
- All Implemented Interfaces:
public class ItemPackArgument extends Argument<S, A, R>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
ItemPackArgument.ItemPackContainer
-
Field Summary
Fields Modifier and Type Field Description public final static ItemPackArgument
INSTANCE
-
Method Summary
Modifier and Type Method Description ParseResult<ItemPackArgument.ItemPackContainer>
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<ItemPackArgument.ItemPackContainer> parse(@NonNull() StringReader input, @Nullable() CommandSender source)
-
-
-
-