Package cn.ycraft.limbo.command.result
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation, cc.carm.lib.configuration.value.text.PreparedText<?, CommandSender> result, dev.rollczi.litecommands.handler.result.ResultHandlerChain<CommandSender> chain)
-
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:
handlein interfacedev.rollczi.litecommands.handler.result.ResultHandler<CommandSender,cc.carm.lib.configuration.value.text.PreparedText<?, CommandSender>>
-