Class LimboCommand<SOURCE>

java.lang.Object
cn.ycraft.limbo.command.LimboCommand<SOURCE>

public class LimboCommand<SOURCE> extends Object
  • Constructor Details

    • LimboCommand

      public LimboCommand(dev.rollczi.litecommands.platform.PlatformSenderFactory<SOURCE> senderFactory, LiteLimboSettings settings, dev.rollczi.litecommands.command.CommandRoute<SOURCE> baseRoute, dev.rollczi.litecommands.platform.PlatformInvocationListener<SOURCE> invocationHook, dev.rollczi.litecommands.platform.PlatformSuggestionListener<SOURCE> suggestionHook)
  • Method Details

    • toLiteral

      public com.mojang.brigadier.builder.LiteralArgumentBuilder<SOURCE> toLiteral()
    • canUse

      public Predicate<SOURCE> canUse()
    • getCommandRoute

      public dev.rollczi.litecommands.command.CommandRoute<SOURCE> getCommandRoute()