Uses of Interface
baritone.api.command.ICommand
Packages that use ICommand
Package
Description
-
Uses of ICommand in baritone.api.command
Classes in baritone.api.command that implement ICommandModifier and TypeClassDescriptionclassA default implementation ofICommandwhich provides easy access to the command's boundIBaritoneinstance,IPlayerContextand an easy way to provide multiple valid command execution names through the default constructor. -
Uses of ICommand in baritone.api.command.exception
Methods in baritone.api.command.exception with parameters of type ICommandModifier and TypeMethodDescriptionvoidCommandNotFoundException.handle(ICommand command, List<ICommandArgument> args) voidCommandUnhandledException.handle(ICommand command, List<ICommandArgument> args) default voidICommandException.handle(ICommand command, List<ICommandArgument> args) Called when this exception is thrown, to handle the exception. -
Uses of ICommand in baritone.api.command.manager
Methods in baritone.api.command.manager that return ICommandMethods in baritone.api.command.manager that return types with arguments of type ICommand