Class LimboServicePlatform

java.lang.Object
dev.rollczi.litecommands.platform.AbstractPlatform<SENDER,C>
dev.rollczi.litecommands.platform.AbstractSimplePlatform<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.AbstractSimplePlatform<CommandSender,LiteLimboSettings>
  • Field Summary

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

    senderFactory

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

    commandRoutes, settings
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    LimboServicePlatform(@NotNull LiteLimboSettings settings, dev.rollczi.litecommands.permission.PermissionService permissionService)
     
  • 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.AbstractSimplePlatform

    createSender, getSenderFactory

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

    getConfiguration, 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

    getConfiguration, register, register, setConfiguration, start, stop, unregister, unregisterAll
  • Constructor Details

    • LimboServicePlatform

      protected LimboServicePlatform(@NotNull @NotNull LiteLimboSettings settings, dev.rollczi.litecommands.permission.PermissionService permissionService)
  • 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>