Uses of Interface
group.worldstandard.pudel.api.command.TextCommandHandler
Packages that use TextCommandHandler
Package
Description
Core API for the Pudel Plugin Development Kit (PDK).
Text (prefix-based) command handling API.
-
Uses of TextCommandHandler in group.worldstandard.pudel.api
Methods in group.worldstandard.pudel.api that return TextCommandHandlerModifier and TypeMethodDescriptionPluginContext.getCommand(String commandName) Gets a registered text command handler by name.Methods in group.worldstandard.pudel.api with parameters of type TextCommandHandlerModifier and TypeMethodDescriptionvoidPluginContext.registerCommand(String commandName, TextCommandHandler handler) Registers a text command handler programmatically. -
Uses of TextCommandHandler in group.worldstandard.pudel.api.command
Methods in group.worldstandard.pudel.api.command with parameters of type TextCommandHandlerModifier and TypeMethodDescriptionvoidCommandRegister.register(String commandName, TextCommandHandler handler) Registers a text command handler.