Package me.lauriichan.laylib.command
Interface IArgumentType<E>
- All Known Subinterfaces:
IProviderArgumentType<E>
- All Known Implementing Classes:
ActorProvider,BooleanArgument,ByteArgument,CommandManagerProvider,DoubleArgument,EnumArgument,FloatArgument,IntegerArgument,LongArgument,NumberArgument,ShortArgument,StringArgument
public interface IArgumentType<E>
-
Method Summary
Modifier and TypeMethodDescriptionparse(Actor<?> actor, String input, IArgumentMap map) default voidsuggest(Actor<?> actor, String input, Suggestions suggestions, IArgumentMap map)
-
Method Details
-
parse
- Throws:
IllegalArgumentException
-
suggest
-