Package cn.ycraft.limbo.command
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
ConstructorsModifierConstructorDescriptionprotected
LimboServicePlatform
(@NotNull LiteLimboSettings settings) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
-
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 classdev.rollczi.litecommands.platform.AbstractPlatform<CommandSender,
LiteLimboSettings>
-
unhook
- Specified by:
unhook
in classdev.rollczi.litecommands.platform.AbstractPlatform<CommandSender,
LiteLimboSettings>
-