Class CommandTreeDSLKt

    • Constructor Detail

    • Method Detail

      • argument

         final static <T extends Any, U extends T> CommandTree argument(CommandTree $self, Argument<T> base, Function2<Argument<?>, Function1<CommandArguments, U>, Unit> block)
      • argument

         final static <T extends Any, U extends T> Argument<?> argument(Argument<?> $self, Argument<T> base, Function2<Argument<?>, Function1<CommandArguments, U>, Unit> block)
      • optionalArgument

         final static <T extends Any, U extends T> CommandTree optionalArgument(CommandTree $self, Argument<T> base, Function2<Argument<?>, Function1<CommandArguments, U>, Unit> block)
      • optionalArgument

         final static <T extends Any, U extends T> Argument<?> optionalArgument(Argument<?> $self, Argument<T> base, Function2<Argument<?>, Function1<CommandArguments, U>, Unit> block)
      • integerRangeArgument

         final static CommandTree integerRangeArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, IntegerRange>, Unit> block)
      • integerRangeArgument

         final static Argument<?> integerRangeArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, IntegerRange>, Unit> block)
      • integerRangeOptionalArgument

         final static CommandTree integerRangeOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, IntegerRange>, Unit> block)
      • integerRangeOptionalArgument

         final static Argument<?> integerRangeOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, IntegerRange>, Unit> block)
      • floatRangeArgument

         final static CommandTree floatRangeArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, FloatRange>, Unit> block)
      • floatRangeArgument

         final static Argument<?> floatRangeArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, FloatRange>, Unit> block)
      • floatRangeOptionalArgument

         final static CommandTree floatRangeOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, FloatRange>, Unit> block)
      • floatRangeOptionalArgument

         final static Argument<?> floatRangeOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, FloatRange>, Unit> block)
      • longArgument

         final static CommandTree longArgument(CommandTree $self, String nodeName, Long min, Long max, Function2<Argument<?>, Function1<CommandArguments, Long>, Unit> block)
      • longArgument

         final static Argument<?> longArgument(Argument<?> $self, String nodeName, Long min, Long max, Function2<Argument<?>, Function1<CommandArguments, Long>, Unit> block)
      • booleanArgument

         final static CommandTree booleanArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Boolean>, Unit> block)
      • booleanArgument

         final static Argument<?> booleanArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Boolean>, Unit> block)
      • stringArgument

         final static CommandTree stringArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
      • stringArgument

         final static Argument<?> stringArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
      • textArgument

         final static CommandTree textArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
      • textArgument

         final static Argument<?> textArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
      • textOptionalArgument

         final static CommandTree textOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
      • textOptionalArgument

         final static Argument<?> textOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
      • greedyStringArgument

         final static CommandTree greedyStringArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
      • greedyStringArgument

         final static Argument<?> greedyStringArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
      • locationArgument

         final static CommandTree locationArgument(CommandTree $self, String nodeName, LocationType locationType, Boolean centerPosition, Function2<Argument<?>, Function1<CommandArguments, Location>, Unit> block)
      • locationArgument

         final static Argument<?> locationArgument(Argument<?> $self, String nodeName, LocationType locationType, Boolean centerPosition, Function2<Argument<?>, Function1<CommandArguments, Location>, Unit> block)
      • locationOptionalArgument

         final static CommandTree locationOptionalArgument(CommandTree $self, String nodeName, LocationType locationType, Boolean centerPosition, Function2<Argument<?>, Function1<CommandArguments, Location>, Unit> block)
      • locationOptionalArgument

         final static Argument<?> locationOptionalArgument(Argument<?> $self, String nodeName, LocationType locationType, Boolean centerPosition, Function2<Argument<?>, Function1<CommandArguments, Location>, Unit> block)
      • location2DArgument

         final static CommandTree location2DArgument(CommandTree $self, String nodeName, LocationType locationType, Boolean centerPosition, Function2<Argument<?>, Function1<CommandArguments, Location2D>, Unit> block)
      • location2DArgument

         final static Argument<?> location2DArgument(Argument<?> $self, String nodeName, LocationType locationType, Boolean centerPosition, Function2<Argument<?>, Function1<CommandArguments, Location2D>, Unit> block)
      • location2DOptionalArgument

         final static CommandTree location2DOptionalArgument(CommandTree $self, String nodeName, LocationType locationType, Boolean centerPosition, Function2<Argument<?>, Function1<CommandArguments, Location2D>, Unit> block)
      • location2DOptionalArgument

         final static Argument<?> location2DOptionalArgument(Argument<?> $self, String nodeName, LocationType locationType, Boolean centerPosition, Function2<Argument<?>, Function1<CommandArguments, Location2D>, Unit> block)
      • rotationArgument

         final static CommandTree rotationArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Rotation>, Unit> block)
      • rotationArgument

         final static Argument<?> rotationArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Rotation>, Unit> block)
      • rotationOptionalArgument

         final static CommandTree rotationOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Rotation>, Unit> block)
      • rotationOptionalArgument

         final static Argument<?> rotationOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Rotation>, Unit> block)
      • axisArgument

         final static CommandTree axisArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, EnumSet<Axis>>, Unit> block)
      • axisArgument

         final static Argument<?> axisArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, EnumSet<Axis>>, Unit> block)
      • axisOptionalArgument

         final static CommandTree axisOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, EnumSet<Axis>>, Unit> block)
      • axisOptionalArgument

         final static Argument<?> axisOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, EnumSet<Axis>>, Unit> block)
      • chatColorArgument

         final static CommandTree chatColorArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ChatColor>, Unit> block)
      • chatColorArgument

         final static Argument<?> chatColorArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ChatColor>, Unit> block)
      • chatColorOptionalArgument

         final static CommandTree chatColorOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ChatColor>, Unit> block)
      • chatColorOptionalArgument

         final static Argument<?> chatColorOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ChatColor>, Unit> block)
      • chatComponentArgument

         final static CommandTree chatComponentArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<BaseComponent>>, Unit> block)
      • chatComponentArgument

         final static Argument<?> chatComponentArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<BaseComponent>>, Unit> block)
      • chatArgument

         final static CommandTree chatArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<BaseComponent>>, Unit> block)
      • chatArgument

         final static Argument<?> chatArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<BaseComponent>>, Unit> block)
      • chatOptionalArgument

         final static CommandTree chatOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<BaseComponent>>, Unit> block)
      • chatOptionalArgument

         final static Argument<?> chatOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<BaseComponent>>, Unit> block)
      • adventureChatColorArgument

         final static CommandTree adventureChatColorArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamedTextColor>, Unit> block)
      • adventureChatColorArgument

         final static Argument<?> adventureChatColorArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamedTextColor>, Unit> block)
      • adventureChatComponentArgument

         final static CommandTree adventureChatComponentArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Component>, Unit> block)
      • adventureChatComponentArgument

         final static Argument<?> adventureChatComponentArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Component>, Unit> block)
      • adventureChatArgument

         final static CommandTree adventureChatArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Component>, Unit> block)
      • adventureChatArgument

         final static Argument<?> adventureChatArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Component>, Unit> block)
      • adventureChatOptionalArgument

         final static CommandTree adventureChatOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Component>, Unit> block)
      • adventureChatOptionalArgument

         final static Argument<?> adventureChatOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Component>, Unit> block)
      • playerArgument

         final static CommandTree playerArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Player>, Unit> block)
      • playerArgument

         final static Argument<?> playerArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Player>, Unit> block)
      • playerOptionalArgument

         final static CommandTree playerOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Player>, Unit> block)
      • playerOptionalArgument

         final static Argument<?> playerOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Player>, Unit> block)
      • offlinePlayerArgument

         final static CommandTree offlinePlayerArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, OfflinePlayer>, Unit> block)
      • offlinePlayerArgument

         final static Argument<?> offlinePlayerArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, OfflinePlayer>, Unit> block)
      • offlinePlayerOptionalArgument

         final static CommandTree offlinePlayerOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, OfflinePlayer>, Unit> block)
      • offlinePlayerOptionalArgument

         final static Argument<?> offlinePlayerOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, OfflinePlayer>, Unit> block)
      • entityTypeArgument

         final static CommandTree entityTypeArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, EntityType>, Unit> block)
      • entityTypeArgument

         final static Argument<?> entityTypeArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, EntityType>, Unit> block)
      • entityTypeOptionalArgument

         final static CommandTree entityTypeOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, EntityType>, Unit> block)
      • entityTypeOptionalArgument

         final static Argument<?> entityTypeOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, EntityType>, Unit> block)
      • scoreboardSlotArgument

         final static CommandTree scoreboardSlotArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ScoreboardSlot>, Unit> block)
      • scoreboardSlotArgument

         final static Argument<?> scoreboardSlotArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ScoreboardSlot>, Unit> block)
      • scoreboardSlotOptionalArgument

         final static CommandTree scoreboardSlotOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ScoreboardSlot>, Unit> block)
      • scoreboardSlotOptionalArgument

         final static Argument<?> scoreboardSlotOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ScoreboardSlot>, Unit> block)
      • objectiveArgument

         final static CommandTree objectiveArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Objective>, Unit> block)
      • objectiveArgument

         final static Argument<?> objectiveArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Objective>, Unit> block)
      • objectiveOptionalArgument

         final static CommandTree objectiveOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Objective>, Unit> block)
      • objectiveOptionalArgument

         final static Argument<?> objectiveOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Objective>, Unit> block)
      • teamArgument

         final static CommandTree teamArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Team>, Unit> block)
      • teamArgument

         final static Argument<?> teamArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Team>, Unit> block)
      • teamOptionalArgument

         final static CommandTree teamOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Team>, Unit> block)
      • teamOptionalArgument

         final static Argument<?> teamOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Team>, Unit> block)
      • angleArgument

         final static CommandTree angleArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Float>, Unit> block)
      • angleArgument

         final static Argument<?> angleArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Float>, Unit> block)
      • angleOptionalArgument

         final static CommandTree angleOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Float>, Unit> block)
      • angleOptionalArgument

         final static Argument<?> angleOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Float>, Unit> block)
      • advancementArgument

         final static CommandTree advancementArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Advancement>, Unit> block)
      • advancementArgument

         final static Argument<?> advancementArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Advancement>, Unit> block)
      • advancementOptionalArgument

         final static CommandTree advancementOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Advancement>, Unit> block)
      • advancementOptionalArgument

         final static Argument<?> advancementOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Advancement>, Unit> block)
      • biomeArgument

         final static CommandTree biomeArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Biome>, Unit> block)
      • biomeArgument

         final static Argument<?> biomeArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Biome>, Unit> block)
      • biomeOptionalArgument

         final static CommandTree biomeOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Biome>, Unit> block)
      • biomeOptionalArgument

         final static Argument<?> biomeOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Biome>, Unit> block)
      • biomeNamespacedKeyArgument

         final static CommandTree biomeNamespacedKeyArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)
      • biomeNamespacedKeyArgument

         final static Argument<?> biomeNamespacedKeyArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)
      • blockStateArgument

         final static CommandTree blockStateArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, BlockData>, Unit> block)
      • blockStateArgument

         final static Argument<?> blockStateArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, BlockData>, Unit> block)
      • blockStateOptionalArgument

         final static CommandTree blockStateOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, BlockData>, Unit> block)
      • blockStateOptionalArgument

         final static Argument<?> blockStateOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, BlockData>, Unit> block)
      • commandArgument

         final static CommandTree commandArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, CommandResult>, Unit> block)
      • commandArgument

         final static Argument<?> commandArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, CommandResult>, Unit> block)
      • commandOptionalArgument

         final static CommandTree commandOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, CommandResult>, Unit> block)
      • commandOptionalArgument

         final static Argument<?> commandOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, CommandResult>, Unit> block)
      • enchantmentArgument

         final static CommandTree enchantmentArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Enchantment>, Unit> block)
      • enchantmentArgument

         final static Argument<?> enchantmentArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Enchantment>, Unit> block)
      • enchantmentOptionalArgument

         final static CommandTree enchantmentOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Enchantment>, Unit> block)
      • enchantmentOptionalArgument

         final static Argument<?> enchantmentOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Enchantment>, Unit> block)
      • itemStackArgument

         final static CommandTree itemStackArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ItemStack>, Unit> block)
      • itemStackArgument

         final static Argument<?> itemStackArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ItemStack>, Unit> block)
      • itemStackOptionalArgument

         final static CommandTree itemStackOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ItemStack>, Unit> block)
      • itemStackOptionalArgument

         final static Argument<?> itemStackOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ItemStack>, Unit> block)
      • lootTableArgument

         final static CommandTree lootTableArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, LootTable>, Unit> block)
      • lootTableArgument

         final static Argument<?> lootTableArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, LootTable>, Unit> block)
      • lootTableOptionalArgument

         final static CommandTree lootTableOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, LootTable>, Unit> block)
      • lootTableOptionalArgument

         final static Argument<?> lootTableOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, LootTable>, Unit> block)
      • mathOperationArgument

         final static CommandTree mathOperationArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, MathOperation>, Unit> block)
      • mathOperationArgument

         final static Argument<?> mathOperationArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, MathOperation>, Unit> block)
      • mathOperationOptionalArgument

         final static CommandTree mathOperationOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, MathOperation>, Unit> block)
      • mathOperationOptionalArgument

         final static Argument<?> mathOperationOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, MathOperation>, Unit> block)
      • namespacedKeyArgument

         final static CommandTree namespacedKeyArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)
      • namespacedKeyArgument

         final static Argument<?> namespacedKeyArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)
      • namespacedKeyOptionalArgument

         final static CommandTree namespacedKeyOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)
      • namespacedKeyOptionalArgument

         final static Argument<?> namespacedKeyOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)
      • particleArgument

         final static CommandTree particleArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ParticleData<?>>, Unit> block)
      • particleArgument

         final static Argument<?> particleArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ParticleData<?>>, Unit> block)
      • particleOptionalArgument

         final static CommandTree particleOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ParticleData<?>>, Unit> block)
      • particleOptionalArgument

         final static Argument<?> particleOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ParticleData<?>>, Unit> block)
      • potionEffectArgument

         final static CommandTree potionEffectArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, PotionEffectType>, Unit> block)
      • potionEffectArgument

         final static Argument<?> potionEffectArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, PotionEffectType>, Unit> block)
      • potionEffectOptionalArgument

         final static CommandTree potionEffectOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, PotionEffectType>, Unit> block)
      • potionEffectOptionalArgument

         final static Argument<?> potionEffectOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, PotionEffectType>, Unit> block)
      • recipeArgument

         final static CommandTree recipeArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Recipe>, Unit> block)
      • recipeArgument

         final static Argument<?> recipeArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Recipe>, Unit> block)
      • recipeOptionalArgument

         final static CommandTree recipeOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Recipe>, Unit> block)
      • recipeOptionalArgument

         final static Argument<?> recipeOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Recipe>, Unit> block)
      • soundArgument

         final static CommandTree soundArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Sound>, Unit> block)
      • soundArgument

         final static Argument<?> soundArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Sound>, Unit> block)
      • soundOptionalArgument

         final static CommandTree soundOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Sound>, Unit> block)
      • soundOptionalArgument

         final static Argument<?> soundOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Sound>, Unit> block)
      • soundNamespacedKeyArgument

         final static CommandTree soundNamespacedKeyArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)
      • soundNamespacedKeyArgument

         final static Argument<?> soundNamespacedKeyArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)
      • timeArgument

         final static CommandTree timeArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Integer>, Unit> block)
      • timeArgument

         final static Argument<?> timeArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Integer>, Unit> block)
      • uuidArgument

         final static CommandTree uuidArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, UUID>, Unit> block)
      • uuidArgument

         final static Argument<?> uuidArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, UUID>, Unit> block)
      • uuidOptionalArgument

         final static CommandTree uuidOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, UUID>, Unit> block)
      • uuidOptionalArgument

         final static Argument<?> uuidOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, UUID>, Unit> block)
      • worldArgument

         final static CommandTree worldArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, World>, Unit> block)
      • worldArgument

         final static Argument<?> worldArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, World>, Unit> block)
      • worldOptionalArgument

         final static CommandTree worldOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, World>, Unit> block)
      • worldOptionalArgument

         final static Argument<?> worldOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, World>, Unit> block)
      • nbtCompoundArgument

         final static <NBTContainer extends Any> CommandTree nbtCompoundArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NBTContainer>, Unit> block)
      • nbtCompoundArgument

         final static <NBTContainer extends Any> Argument<?> nbtCompoundArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NBTContainer>, Unit> block)
      • nbtCompoundOptionalArgument

         final static <NBTContainer extends Any> CommandTree nbtCompoundOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NBTContainer>, Unit> block)
      • nbtCompoundOptionalArgument

         final static <NBTContainer extends Any> Argument<?> nbtCompoundOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NBTContainer>, Unit> block)
      • literalArgument

         final static CommandTree literalArgument(CommandTree $self, String nodeName, String literal, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
      • literalArgument

         final static Argument<?> literalArgument(Argument<?> $self, String nodeName, String literal, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
      • functionArgument

         final static CommandTree functionArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<FunctionWrapper>>, Unit> block)
      • functionArgument

         final static Argument<?> functionArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<FunctionWrapper>>, Unit> block)
      • functionOptionalArgument

         final static CommandTree functionOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<FunctionWrapper>>, Unit> block)
      • functionOptionalArgument

         final static Argument<?> functionOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<FunctionWrapper>>, Unit> block)