Class WorldArgument

java.lang.Object
dev.jorel.commandapi.AbstractArgumentTree<Argument<org.bukkit.World>, Argument<?>, org.bukkit.command.CommandSender>
dev.jorel.commandapi.arguments.AbstractArgument<org.bukkit.World, Argument<org.bukkit.World>, Argument<?>, org.bukkit.command.CommandSender>
dev.jorel.commandapi.arguments.Argument<org.bukkit.World>
dev.jorel.commandapi.arguments.SafeOverrideableArgument<org.bukkit.World, org.bukkit.World>
dev.jorel.commandapi.arguments.WorldArgument
All Implemented Interfaces:
SafeOverrideable<org.bukkit.World, org.bukkit.World, Argument<org.bukkit.World>, Argument<?>, org.bukkit.command.CommandSender>, BukkitExecutable<Argument<org.bukkit.World>>, ChainableBuilder<Argument<org.bukkit.World>>, PlatformExecutable<Argument<org.bukkit.World>, org.bukkit.command.CommandSender>

public class WorldArgument extends SafeOverrideableArgument<org.bukkit.World, org.bukkit.World>
An argument that represents the Bukkit World object
Since:
8.6.0
  • Field Details

  • Constructor Details

    • WorldArgument

      public WorldArgument(String nodeName)
      A World argument. Represents Bukkit's World object
      Parameters:
      nodeName - the name of the node for this argument
  • Method Details