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.LiteCommandsBuilder<CommandSender,
LiteLimboSettings, B>>
BLiteLimboFactory.create
(LimboPlugin plugin) 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 int
InternalCommandRegistry.execute
(CommandSender sender, String command) default Void
DefaultCommands.sendMessage
(@NotNull CommandSender sender, @NotNull ConfiguredMessage text, Object... values) default Void
DefaultCommands.sendMessage
(@NotNull CommandSender sender, @NotNull String... messages) default Void
DefaultCommands.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 TypeMethodDescriptionvoid
ConfiguredMessageResultHandler.handle
(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation, ConfiguredMessage result, dev.rollczi.litecommands.handler.result.ResultHandlerChain<CommandSender> chain) void
ConfiguredMessageResultHandler.handle
(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation, ConfiguredMessage result, dev.rollczi.litecommands.handler.result.ResultHandlerChain<CommandSender> chain) void
StringResultHandler.handle
(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation, String result, dev.rollczi.litecommands.handler.result.ResultHandlerChain<CommandSender> chain) void
StringResultHandler.handle
(dev.rollczi.litecommands.invocation.Invocation<CommandSender> invocation, String result, dev.rollczi.litecommands.handler.result.ResultHandlerChain<CommandSender> chain) protected void
LimboServicePlatform.hook
(dev.rollczi.litecommands.command.CommandRoute<CommandSender> commandRoute, dev.rollczi.litecommands.platform.PlatformInvocationListener<CommandSender> invocationHook, dev.rollczi.litecommands.platform.PlatformSuggestionListener<CommandSender> suggestionHook) protected void
LimboServicePlatform.hook
(dev.rollczi.litecommands.command.CommandRoute<CommandSender> commandRoute, dev.rollczi.litecommands.platform.PlatformInvocationListener<CommandSender> invocationHook, dev.rollczi.litecommands.platform.PlatformSuggestionListener<CommandSender> suggestionHook) protected void
LimboServicePlatform.hook
(dev.rollczi.litecommands.command.CommandRoute<CommandSender> commandRoute, dev.rollczi.litecommands.platform.PlatformInvocationListener<CommandSender> invocationHook, dev.rollczi.litecommands.platform.PlatformSuggestionListener<CommandSender> suggestionHook) protected void
LimboServicePlatform.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.SuggestionResult
GameModeArgument.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.SuggestionResult
PlayerArgument.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 TypeMethodDescriptionvoid
AllowlistCommands.addEntry
(Limbo limbo, CommandSender sender, String name) void
AllowlistCommands.addEntry
(Limbo limbo, CommandSender sender, UUID uuid) void
KickCommand.execute
(CommandSender sender, Player player, String reasonRaw) void
SayCommand.execute
(Limbo limbo, CommandSender sender, String messages) void
VersionCommand.execute
(CommandSender sender) void
GameModeCommand.gameModeOthers
(CommandSender sender, org.geysermc.mcprotocollib.protocol.data.game.entity.player.GameMode gameMode, Player target) void
AllowlistCommands.reload
(CommandSender sender) void
AllowlistCommands.removeEntry
(Limbo limbo, CommandSender sender, String name) void
AllowlistCommands.removeEntry
(Limbo limbo, CommandSender sender, UUID uuid) void
SpawnCommand.spawn
(CommandSender sender, Player player) -
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 TypeMethodDescriptionvoid
CommandExecutor.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 TypeMethodDescriptionboolean
PermissionsManager.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.LiteCommandsBuilder<CommandSender,
LiteLimboSettings, B>>
BLimboPlugin.commandBuilder()
Methods in com.loohp.limbo.plugins with parameters of type CommandSenderModifier and TypeMethodDescriptionvoid
PluginManager.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.ClientboundCommandsPacket
DeclareCommands.getDeclareCommandsPacket
(CommandSender sender)