Interface NamedCondition

All Superinterfaces:
co.aikar.commands.CommandConditions.Condition<co.aikar.commands.BukkitCommandIssuer>

public interface NamedCondition extends co.aikar.commands.CommandConditions.Condition<co.aikar.commands.BukkitCommandIssuer>
A command condition that is referenced by name on the full command rather than an argument.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    id()
     

    Methods inherited from interface co.aikar.commands.CommandConditions.Condition

    validateCondition
  • Method Details

    • id

      @NotNull @NotNull String id()