Uses of Class
me.lauriichan.laylib.command.Actor
Packages that use Actor
Package
Description
-
Uses of Actor in me.lauriichan.laylib.command
Methods in me.lauriichan.laylib.command that return ActorMethods in me.lauriichan.laylib.command with parameters of type ActorModifier and TypeMethodDescriptionCommandManager.cancelProcess(Actor<?> actor) CommandManager.createProcess(Actor<?> actor, String label, String[] args) booleanCommandManager.executeProcess(Actor<?> actor, CommandProcess process) CommandProcess.findNext(Actor<?> actor, IArgumentMap map) voidCommandManager.handleProcessInput(Actor<?> actor, CommandProcess process, String input) voidCommandManager.handleProcessInput(Actor<?> actor, CommandProcess process, String input, boolean suggestion) voidCommandManager.handleProcessInput(Actor<?> actor, CommandProcess process, String input, IArgumentMap map) voidCommandManager.handleProcessInput(Actor<?> actor, CommandProcess process, String input, IArgumentMap map, boolean suggestion) voidCommandManager.handleProcessSkip(Actor<?> actor, CommandProcess process) IArgumentType.parse(Actor<?> actor, String input, IArgumentMap map) default EIProviderArgumentType.parse(Actor<?> actor, String input, IArgumentMap map) voidvoidCommandProcess.provide(Actor<?> actor, String input, IArgumentMap map) voidvoidCommandManager.sendProcessInfo(Actor<?> actor, CommandProcess process) booleandefault voidIArgumentType.suggest(Actor<?> actor, String input, Suggestions suggestions, IArgumentMap map) Constructors in me.lauriichan.laylib.command with parameters of type Actor -
Uses of Actor in me.lauriichan.laylib.command.argument
Methods in me.lauriichan.laylib.command.argument with parameters of type ActorModifier 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) 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) -
Uses of Actor in me.lauriichan.laylib.command.argument.provider
Methods in me.lauriichan.laylib.command.argument.provider that return ActorMethods in me.lauriichan.laylib.command.argument.provider with parameters of type Actor