Uses of Interface
com.loohp.limbo.commands.CommandSender
Packages that use CommandSender
Package
Description
-
Uses of CommandSender in cn.ycraft.limbo.command
Methods in cn.ycraft.limbo.command with type parameters of type CommandSenderModifier and TypeMethodDescriptionstatic <B extends dev.rollczi.litecommands.LiteCommandsBaseBuilder<CommandSender,LiteLimboSettings, B>>
BLiteLimboFactory.create(LimboPlugin plugin) static <B extends dev.rollczi.litecommands.LiteCommandsBaseBuilder<CommandSender,LiteLimboSettings, B>>
BLiteLimboFactory.create(LimboPlugin plugin, LiteLimboSettings settings) Methods in cn.ycraft.limbo.command that return types with arguments of type CommandSenderModifier and TypeMethodDescriptionstatic com.mojang.brigadier.CommandDispatcher<CommandSender>InternalCommandRegistry.getDispatcher()Methods in cn.ycraft.limbo.command with parameters of type CommandSenderModifier and TypeMethodDescriptionstatic intInternalCommandRegistry.execute(CommandSender sender, String command) default VoidDefaultCommands.sendMessage(@NotNull CommandSender sender, @NotNull ConfiguredMessage text, Object... values) default VoidDefaultCommands.sendMessage(@NotNull CommandSender sender, @NotNull String... messages) default VoidDefaultCommands.sendMessage(@NotNull CommandSender sender, @Nullable UnaryOperator<String> parser, @NotNull String... messages) Method parameters in cn.ycraft.limbo.command with type arguments of type CommandSenderModifier and TypeMethodDescriptionprotected voidLimboServicePlatform.hook(dev.rollczi.litecommands.command.CommandRoute<CommandSender> commandRoute, dev.rollczi.litecommands.platform.PlatformInvocationListener<CommandSender> invocationHook, dev.rollczi.litecommands.platform.PlatformSuggestionListener<CommandSender> suggestionHook) protected voidLimboServicePlatform.hook(dev.rollczi.litecommands.command.CommandRoute<CommandSender> commandRoute, dev.rollczi.litecommands.platform.PlatformInvocationListener<CommandSender> invocationHook, dev.rollczi.litecommands.platform.PlatformSuggestionListener<CommandSender> suggestionHook) protected voidLimboServicePlatform.hook(dev.rollczi.litecommands.command.CommandRoute<CommandSender> commandRoute, dev.rollczi.litecommands.platform.PlatformInvocationListener<CommandSender> invocationHook, dev.rollczi.litecommands.platform.PlatformSuggestionListener<CommandSender> suggestionHook) protected voidLimboServicePlatform.unhook(dev.rollczi.litecommands.command.CommandRoute<CommandSender> commandRoute) Constructors in cn.ycraft.limbo.command with parameters of type CommandSender -
Uses of CommandSender in cn.ycraft.limbo.command.argument
Method parameters in cn.ycraft.limbo.command.argument with type arguments of type CommandSenderModifier and TypeMethodDescriptionprotected dev.rollczi.litecommands.argument.parser.ParseResult<org.geysermc.mcprotocollib.protocol.data.game.entity.player.GameMode>GameModeArgument.parse(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation, dev.rollczi.litecommands.argument.Argument<org.geysermc.mcprotocollib.protocol.data.game.entity.player.GameMode> context, String argument) protected dev.rollczi.litecommands.argument.parser.ParseResult<Player>PlayerArgument.parse(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation, dev.rollczi.litecommands.argument.Argument<Player> context, String argument) dev.rollczi.litecommands.suggestion.SuggestionResultGameModeArgument.suggest(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation, dev.rollczi.litecommands.argument.Argument<org.geysermc.mcprotocollib.protocol.data.game.entity.player.GameMode> argument, dev.rollczi.litecommands.suggestion.SuggestionContext context) dev.rollczi.litecommands.suggestion.SuggestionResultPlayerArgument.suggest(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation, dev.rollczi.litecommands.argument.Argument<Player> argument, dev.rollczi.litecommands.suggestion.SuggestionContext context) -
Uses of CommandSender in cn.ycraft.limbo.command.context
Method parameters in cn.ycraft.limbo.command.context with type arguments of type CommandSenderModifier and TypeMethodDescriptiondev.rollczi.litecommands.context.ContextResult<Location>LocationContext.provide(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation) dev.rollczi.litecommands.context.ContextResult<SENDER>SenderOnlyContextProvider.provide(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation) dev.rollczi.litecommands.context.ContextResult<World>WorldContext.provide(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation) -
Uses of CommandSender in cn.ycraft.limbo.command.defaults
Methods in cn.ycraft.limbo.command.defaults with parameters of type CommandSenderModifier and TypeMethodDescriptionvoidAllowlistCommands.addEntry(Limbo limbo, CommandSender sender, String name) voidAllowlistCommands.addEntry(Limbo limbo, CommandSender sender, UUID uuid) voidKickCommand.execute(CommandSender sender, Player player, String reasonRaw) voidSayCommand.execute(Limbo limbo, CommandSender sender, String messages) voidVersionCommand.execute(CommandSender sender) voidGameModeCommand.gameModeOthers(CommandSender sender, org.geysermc.mcprotocollib.protocol.data.game.entity.player.GameMode gameMode, Player target) voidAllowlistCommands.reload(CommandSender sender) voidAllowlistCommands.removeEntry(Limbo limbo, CommandSender sender, String name) voidAllowlistCommands.removeEntry(Limbo limbo, CommandSender sender, UUID uuid) voidSpawnCommand.spawn(CommandSender sender, Player player) -
Uses of CommandSender in cn.ycraft.limbo.command.result
Method parameters in cn.ycraft.limbo.command.result with type arguments of type CommandSenderModifier and TypeMethodDescriptionvoidComponentResultHandler.handle(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation, net.kyori.adventure.text.Component result, dev.rollczi.litecommands.handler.result.ResultHandlerChain<CommandSender> chain) voidComponentResultHandler.handle(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation, net.kyori.adventure.text.Component result, dev.rollczi.litecommands.handler.result.ResultHandlerChain<CommandSender> chain) voidConfiguredMessageResultHandler.handle(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation, ConfiguredMessage result, dev.rollczi.litecommands.handler.result.ResultHandlerChain<CommandSender> chain) voidConfiguredMessageResultHandler.handle(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation, ConfiguredMessage result, dev.rollczi.litecommands.handler.result.ResultHandlerChain<CommandSender> chain) voidPreparedTextResultHandler.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) voidPreparedTextResultHandler.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) voidPreparedTextResultHandler.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) voidStringResultHandler.handle(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation, String result, dev.rollczi.litecommands.handler.result.ResultHandlerChain<CommandSender> chain) voidStringResultHandler.handle(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation, String result, dev.rollczi.litecommands.handler.result.ResultHandlerChain<CommandSender> chain) -
Uses of CommandSender in com.loohp.limbo
Classes in com.loohp.limbo that implement CommandSenderMethods in com.loohp.limbo with parameters of type CommandSender -
Uses of CommandSender in com.loohp.limbo.commands
Methods in com.loohp.limbo.commands with parameters of type CommandSenderModifier and TypeMethodDescriptionvoidCommandExecutor.execute(CommandSender sender, String[] args) TabCompleter.tabComplete(CommandSender sender, String[] args) -
Uses of CommandSender in com.loohp.limbo.permissions
Methods in com.loohp.limbo.permissions with parameters of type CommandSenderModifier and TypeMethodDescriptionbooleanPermissionsManager.hasPermission(CommandSender sender, String checkPermission) -
Uses of CommandSender in com.loohp.limbo.player
Classes in com.loohp.limbo.player that implement CommandSender -
Uses of CommandSender in com.loohp.limbo.plugins
Methods in com.loohp.limbo.plugins with type parameters of type CommandSenderModifier and TypeMethodDescription<B extends dev.rollczi.litecommands.LiteCommandsBaseBuilder<CommandSender,LiteLimboSettings, B>>
BLimboPlugin.commandBuilder()Methods in com.loohp.limbo.plugins with parameters of type CommandSenderModifier and TypeMethodDescriptionvoidPluginManager.dispatchCommand(CommandSender sender, String input) CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>PluginManager.suggest(CommandSender sender, com.mojang.brigadier.StringReader input) -
Uses of CommandSender in com.loohp.limbo.utils
Methods in com.loohp.limbo.utils with parameters of type CommandSenderModifier and TypeMethodDescriptionstatic org.geysermc.mcprotocollib.protocol.packet.ingame.clientbound.ClientboundCommandsPacketDeclareCommands.getDeclareCommandsPacket(CommandSender sender)