Class LimboServicePlatform

java.lang.Object
dev.rollczi.litecommands.platform.AbstractPlatform<CommandSender,LiteLimboSettings>
cn.ycraft.limbo.command.LimboServicePlatform
All Implemented Interfaces:
dev.rollczi.litecommands.platform.Platform<CommandSender,LiteLimboSettings>

public class LimboServicePlatform extends dev.rollczi.litecommands.platform.AbstractPlatform<CommandSender,LiteLimboSettings>
  • Field Summary

    Fields inherited from class dev.rollczi.litecommands.platform.AbstractPlatform

    commandRoutes, senderFactory, settings
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    hook(dev.rollczi.litecommands.command.CommandRoute<CommandSender> commandRoute, dev.rollczi.litecommands.platform.PlatformInvocationListener<CommandSender> invocationHook, dev.rollczi.litecommands.platform.PlatformSuggestionListener<CommandSender> suggestionHook)
     
    protected void
    unhook(dev.rollczi.litecommands.command.CommandRoute<CommandSender> commandRoute)
     

    Methods inherited from class dev.rollczi.litecommands.platform.AbstractPlatform

    createSender, getConfiguration, getSenderFactory, register, setConfiguration, unregister, unregisterAll

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface dev.rollczi.litecommands.platform.Platform

    register, start, stop
  • Constructor Details

    • LimboServicePlatform

      protected LimboServicePlatform(@NotNull @NotNull LiteLimboSettings settings)
  • Method Details

    • hook

      protected void hook(dev.rollczi.litecommands.command.CommandRoute<CommandSender> commandRoute, dev.rollczi.litecommands.platform.PlatformInvocationListener<CommandSender> invocationHook, dev.rollczi.litecommands.platform.PlatformSuggestionListener<CommandSender> suggestionHook)
      Specified by:
      hook in class dev.rollczi.litecommands.platform.AbstractPlatform<CommandSender,LiteLimboSettings>
    • unhook

      protected void unhook(dev.rollczi.litecommands.command.CommandRoute<CommandSender> commandRoute)
      Specified by:
      unhook in class dev.rollczi.litecommands.platform.AbstractPlatform<CommandSender,LiteLimboSettings>