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 implementSenderandConsoleSenderfor Bukkit.com.github.siroshun09.mccommand.bungee.sender The package of classes that implementSenderandConsoleSenderfor 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 classBukkitSenderA 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 classBungeeSenderA 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 SenderCommandContext. getSender()Gets the commander.@NotNull SenderSimpleCommandContext. getSender()Gets the commander.Methods in com.github.siroshun09.mccommand.common.context with parameters of type Sender Modifier and Type Method Description SimpleCommandContext.SimpleCommandContextBuilderSimpleCommandContext.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 interfaceConsoleSenderInterface 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 classPaperSender
-