Uses of Interface
io.github.projectunified.craftcommand.ErrorHandler
Packages that use ErrorHandler
Package
Description
-
Uses of ErrorHandler in io.github.projectunified.craftcommand
Methods in io.github.projectunified.craftcommand that return ErrorHandlerMethods in io.github.projectunified.craftcommand with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoidCommandManager.setErrorHandler(ErrorHandler<S> errorHandler) Sets the error handler.Constructors in io.github.projectunified.craftcommand with parameters of type ErrorHandlerModifierConstructorDescriptionCommandManager(ErrorHandler<S> errorHandler) Constructs a CommandManager with the specified error handler. -
Uses of ErrorHandler in io.github.projectunified.craftcommand.bukkit
Constructors in io.github.projectunified.craftcommand.bukkit with parameters of type ErrorHandlerModifierConstructorDescriptionBukkitCommandManager(org.bukkit.plugin.java.JavaPlugin plugin, ErrorHandler<org.bukkit.command.CommandSender> errorHandler) -
Uses of ErrorHandler in io.github.projectunified.craftcommand.paper
Constructors in io.github.projectunified.craftcommand.paper with parameters of type ErrorHandlerModifierConstructorDescriptionPaperCommandManager(org.bukkit.plugin.java.JavaPlugin plugin, ErrorHandler<io.papermc.paper.command.brigadier.CommandSourceStack> errorHandler) Constructs a PaperCommandManager with a custom error handler. -
Uses of ErrorHandler in io.github.projectunified.craftcommand.standalone
Constructors in io.github.projectunified.craftcommand.standalone with parameters of type ErrorHandlerModifierConstructorDescriptionStandaloneCommandManager(ErrorHandler<Object> errorHandler) Constructs a StandaloneCommandManager with a custom error handler.