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 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:
      handle in interface dev.rollczi.litecommands.handler.result.ResultHandler<CommandSender,net.kyori.adventure.text.Component>