Interface ICommandContextHelper<V>

All Known Implementing Classes:
CommandContext, TabCompleteContext

public interface ICommandContextHelper<V>
  • Method Summary

    Modifier and Type
    Method
    Description
    asConsole(@NotNull Consumer<@NotNull org.bukkit.command.ConsoleCommandSender> console)
     
    asPlayer(@NotNull Consumer<@NotNull org.bukkit.entity.Player> player)
     
  • Method Details

    • asPlayer

      @NotNull V asPlayer(@NotNull @NotNull Consumer<@NotNull org.bukkit.entity.Player> player)
    • asConsole

      @NotNull V asConsole(@NotNull @NotNull Consumer<@NotNull org.bukkit.command.ConsoleCommandSender> console)