Uses of Interface
com.github.siroshun09.mccommand.common.sender.Sender
-
Packages that use Sender Package Description com.github.siroshun09.mccommand.bukkit.sender The package of classes that implementSender
andConsoleSender
for Bukkit.com.github.siroshun09.mccommand.bungee.sender The package of classes that implementSender
andConsoleSender
for BungeeCord.com.github.siroshun09.mccommand.common.context The package of classes relevant to the context of the command execution.com.github.siroshun09.mccommand.common.sender The package of classes representing the commander.com.github.siroshun09.mccommand.paper.sender -
-
Uses of Sender in com.github.siroshun09.mccommand.bukkit.sender
Classes in com.github.siroshun09.mccommand.bukkit.sender that implement Sender Modifier and Type Class Description class
BukkitSender
A class that wrapsCommandSender
. -
Uses of Sender in com.github.siroshun09.mccommand.bungee.sender
Classes in com.github.siroshun09.mccommand.bungee.sender that implement Sender Modifier and Type Class Description class
BungeeSender
A class that wrapsCommandSender
. -
Uses of Sender in com.github.siroshun09.mccommand.common.context
Methods in com.github.siroshun09.mccommand.common.context that return Sender Modifier and Type Method Description @NotNull Sender
CommandContext. getSender()
Gets the commander.@NotNull Sender
SimpleCommandContext. getSender()
Gets the commander.Methods in com.github.siroshun09.mccommand.common.context with parameters of type Sender Modifier and Type Method Description SimpleCommandContext.SimpleCommandContextBuilder
SimpleCommandContext.SimpleCommandContextBuilder. setSender(Sender sender)
Sets the commander.Constructors in com.github.siroshun09.mccommand.common.context with parameters of type Sender Constructor Description SimpleCommandContext(@NotNull Command command, @NotNull Sender sender, @NotNull List<Argument> arguments, @NotNull String label)
Creates aSimpleCommandContext
-
Uses of Sender in com.github.siroshun09.mccommand.common.sender
Subinterfaces of Sender in com.github.siroshun09.mccommand.common.sender Modifier and Type Interface Description interface
ConsoleSender
Interface that represents a console. -
Uses of Sender in com.github.siroshun09.mccommand.paper.sender
Classes in com.github.siroshun09.mccommand.paper.sender that implement Sender Modifier and Type Class Description class
PaperSender
-