Class PreparedTextResultHandler

java.lang.Object
cn.ycraft.limbo.command.result.PreparedTextResultHandler
All Implemented Interfaces:
dev.rollczi.litecommands.handler.result.ResultHandler<CommandSender,cc.carm.lib.configuration.value.text.PreparedText<?,CommandSender>>

public class PreparedTextResultHandler extends Object implements dev.rollczi.litecommands.handler.result.ResultHandler<CommandSender,cc.carm.lib.configuration.value.text.PreparedText<?,CommandSender>>
  • Constructor Details

    • PreparedTextResultHandler

      public PreparedTextResultHandler()
  • Method Details

    • handle

      public void handle(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation, cc.carm.lib.configuration.value.text.PreparedText<?,CommandSender> result, dev.rollczi.litecommands.handler.result.ResultHandlerChain<CommandSender> chain)
      Specified by:
      handle in interface dev.rollczi.litecommands.handler.result.ResultHandler<CommandSender,cc.carm.lib.configuration.value.text.PreparedText<?,CommandSender>>