Klasse EstateCommand

java.lang.Object
de.delinkedde.areashopreborn.command.EstateCommand
Alle implementierten Schnittstellen:
io.papermc.paper.command.brigadier.BasicCommand

public final class EstateCommand extends Object implements io.papermc.paper.command.brigadier.BasicCommand
Exposes the initial command surface for cities, parcels, listings, and purchases.
  • Konstruktordetails

  • Methodendetails

    • execute

      public void execute(io.papermc.paper.command.brigadier.CommandSourceStack source, String[] args)
      Dispatches root command arguments to application use cases.
      Angegeben von:
      execute in Schnittstelle io.papermc.paper.command.brigadier.BasicCommand
      Parameter:
      source - Paper command source
      args - command arguments following /estate
    • suggest

      public Collection<String> suggest(io.papermc.paper.command.brigadier.CommandSourceStack source, String[] args)
      Provides lightweight root command suggestions.
      Angegeben von:
      suggest in Schnittstelle io.papermc.paper.command.brigadier.BasicCommand
      Parameter:
      source - Paper command source
      args - current command arguments
      Gibt zurück:
      matching suggestions