Uses of Interface
me.lauriichan.laylib.command.IArgumentMap
Packages that use IArgumentMap
Package
Description
-
Uses of IArgumentMap in me.lauriichan.laylib.command
Classes in me.lauriichan.laylib.command that implement IArgumentMapMethods in me.lauriichan.laylib.command that return IArgumentMapModifier and TypeMethodDescriptionEmptyArgumentMap.clear()IArgumentMap.clear()EmptyArgumentMap.clone()IArgumentMap.clone()Methods in me.lauriichan.laylib.command with parameters of type IArgumentMapModifier and TypeMethodDescriptionArgumentRegistry.ArgumentBuilder.build(IArgumentMap map) CommandProcess.findNext(Actor<?> actor, IArgumentMap map) ArgumentRegistry.getArgument(Class<?> type, IArgumentMap map) voidCommandManager.handleProcessInput(Actor<?> actor, CommandProcess process, String input, IArgumentMap map) voidCommandManager.handleProcessInput(Actor<?> actor, CommandProcess process, String input, IArgumentMap map, boolean suggestion) IArgumentType.parse(Actor<?> actor, String input, IArgumentMap map) default EIProviderArgumentType.parse(Actor<?> actor, String input, IArgumentMap map) voidCommandProcess.provide(Actor<?> actor, String input, IArgumentMap map) default voidIArgumentType.suggest(Actor<?> actor, String input, Suggestions suggestions, IArgumentMap map) -
Uses of IArgumentMap in me.lauriichan.laylib.command.argument
Methods in me.lauriichan.laylib.command.argument with parameters of type IArgumentMapModifier and TypeMethodDescriptionBooleanArgument.parse(Actor<?> actor, String input, IArgumentMap map) Enum<?> EnumArgument.parse(Actor<?> actor, String input, IArgumentMap map) NumberArgument.parse(Actor<?> actor, String input, IArgumentMap map) StringArgument.parse(Actor<?> actor, String input, IArgumentMap map) protected ByteByteArgument.read(String input, IArgumentMap map) protected DoubleDoubleArgument.read(String input, IArgumentMap map) protected FloatFloatArgument.read(String input, IArgumentMap map) protected IntegerIntegerArgument.read(String input, IArgumentMap map) protected LongLongArgument.read(String input, IArgumentMap map) protected abstract ENumberArgument.read(String input, IArgumentMap map) protected ShortShortArgument.read(String input, IArgumentMap map) voidBooleanArgument.suggest(Actor<?> actor, String input, Suggestions suggestions, IArgumentMap map) voidEnumArgument.suggest(Actor<?> actor, String input, Suggestions suggestions, IArgumentMap map) voidNumberArgument.suggest(Actor<?> actor, String input, Suggestions suggestions, IArgumentMap map) voidStringArgument.suggest(Actor<?> actor, String input, Suggestions suggestions, IArgumentMap map) Constructors in me.lauriichan.laylib.command.argument with parameters of type IArgumentMapModifierConstructorDescriptionByteArgument(IArgumentMap argument) DoubleArgument(IArgumentMap argument) EnumArgument(IArgumentMap map) FloatArgument(IArgumentMap argument) IntegerArgument(IArgumentMap argument) LongArgument(IArgumentMap argument) ShortArgument(IArgumentMap argument) -
Uses of IArgumentMap in me.lauriichan.laylib.command.util
Methods in me.lauriichan.laylib.command.util that return IArgumentMap