Package cn.ycraft.limbo.command.result
Class ComponentResultHandler
java.lang.Object
cn.ycraft.limbo.command.result.ComponentResultHandler
- All Implemented Interfaces:
dev.rollczi.litecommands.handler.result.ResultHandler<CommandSender,net.kyori.adventure.text.Component>
public class ComponentResultHandler
extends Object
implements dev.rollczi.litecommands.handler.result.ResultHandler<CommandSender,net.kyori.adventure.text.Component>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation, net.kyori.adventure.text.Component result, dev.rollczi.litecommands.handler.result.ResultHandlerChain<CommandSender> chain)
-
Constructor Details
-
ComponentResultHandler
public ComponentResultHandler()
-
-
Method Details
-
handle
public void handle(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation, net.kyori.adventure.text.Component result, dev.rollczi.litecommands.handler.result.ResultHandlerChain<CommandSender> chain) - Specified by:
handlein interfacedev.rollczi.litecommands.handler.result.ResultHandler<CommandSender,net.kyori.adventure.text.Component>
-