Package dev.s7a.commandapi
Class CommandTreeDSLKt
-
- All Implemented Interfaces:
public final class CommandTreeDSLKt
-
-
Method Summary
Modifier and Type Method Description final static UnitcommandTree(String name, Function1<CommandTree, Unit> tree)final static <T extends Any, U extends T> CommandTreeargument(CommandTree $self, Argument<T> base, Function2<Argument<?>, Function1<CommandArguments, U>, Unit> block)final static <T extends Any, U extends T> Argument<?>argument(Argument<?> $self, Argument<T> base, Function2<Argument<?>, Function1<CommandArguments, U>, Unit> block)final static <T extends Any, U extends T> CommandTreeoptionalArgument(CommandTree $self, Argument<T> base, Function2<Argument<?>, Function1<CommandArguments, U>, Unit> block)final static <T extends Any, U extends T> Argument<?>optionalArgument(Argument<?> $self, Argument<T> base, Function2<Argument<?>, Function1<CommandArguments, U>, Unit> block)final static CommandTreeintegerArgument(CommandTree $self, String nodeName, Integer min, Integer max, Function2<Argument<?>, Function1<CommandArguments, Integer>, Unit> block)final static Argument<?>integerArgument(Argument<?> $self, String nodeName, Integer min, Integer max, Function2<Argument<?>, Function1<CommandArguments, Integer>, Unit> block)final static CommandTreeintegerOptionalArgument(CommandTree $self, String nodeName, Integer min, Integer max, Function2<Argument<?>, Function1<CommandArguments, Integer>, Unit> block)final static Argument<?>integerOptionalArgument(Argument<?> $self, String nodeName, Integer min, Integer max, Function2<Argument<?>, Function1<CommandArguments, Integer>, Unit> block)final static CommandTreeintegerRangeArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, IntegerRange>, Unit> block)final static Argument<?>integerRangeArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, IntegerRange>, Unit> block)final static CommandTreeintegerRangeOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, IntegerRange>, Unit> block)final static Argument<?>integerRangeOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, IntegerRange>, Unit> block)final static CommandTreefloatArgument(CommandTree $self, String nodeName, Float min, Float max, Function2<Argument<?>, Function1<CommandArguments, Float>, Unit> block)final static Argument<?>floatArgument(Argument<?> $self, String nodeName, Float min, Float max, Function2<Argument<?>, Function1<CommandArguments, Float>, Unit> block)final static CommandTreefloatOptionalArgument(CommandTree $self, String nodeName, Float min, Float max, Function2<Argument<?>, Function1<CommandArguments, Float>, Unit> block)final static Argument<?>floatOptionalArgument(Argument<?> $self, String nodeName, Float min, Float max, Function2<Argument<?>, Function1<CommandArguments, Float>, Unit> block)final static CommandTreefloatRangeArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, FloatRange>, Unit> block)final static Argument<?>floatRangeArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, FloatRange>, Unit> block)final static CommandTreefloatRangeOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, FloatRange>, Unit> block)final static Argument<?>floatRangeOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, FloatRange>, Unit> block)final static CommandTreedoubleArgument(CommandTree $self, String nodeName, Double min, Double max, Function2<Argument<?>, Function1<CommandArguments, Double>, Unit> block)final static Argument<?>doubleArgument(Argument<?> $self, String nodeName, Double min, Double max, Function2<Argument<?>, Function1<CommandArguments, Double>, Unit> block)final static CommandTreedoubleOptionalArgument(CommandTree $self, String nodeName, Double min, Double max, Function2<Argument<?>, Function1<CommandArguments, Double>, Unit> block)final static Argument<?>doubleOptionalArgument(Argument<?> $self, String nodeName, Double min, Double max, Function2<Argument<?>, Function1<CommandArguments, Double>, Unit> block)final static CommandTreelongArgument(CommandTree $self, String nodeName, Long min, Long max, Function2<Argument<?>, Function1<CommandArguments, Long>, Unit> block)final static Argument<?>longArgument(Argument<?> $self, String nodeName, Long min, Long max, Function2<Argument<?>, Function1<CommandArguments, Long>, Unit> block)final static CommandTreelongOptionalArgument(CommandTree $self, String nodeName, Long min, Long max, Function2<Argument<?>, Function1<CommandArguments, Long>, Unit> block)final static Argument<?>longOptionalArgument(Argument<?> $self, String nodeName, Long min, Long max, Function2<Argument<?>, Function1<CommandArguments, Long>, Unit> block)final static CommandTreebooleanArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Boolean>, Unit> block)final static Argument<?>booleanArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Boolean>, Unit> block)final static CommandTreebooleanOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Boolean>, Unit> block)final static Argument<?>booleanOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Boolean>, Unit> block)final static CommandTreestringArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static Argument<?>stringArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static CommandTreestringOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static Argument<?>stringOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static CommandTreetextArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static Argument<?>textArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static CommandTreetextOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static Argument<?>textOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static CommandTreegreedyStringArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static Argument<?>greedyStringArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static CommandTreegreedyStringOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static Argument<?>greedyStringOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static CommandTreelocationArgument(CommandTree $self, String nodeName, LocationType locationType, Boolean centerPosition, Function2<Argument<?>, Function1<CommandArguments, Location>, Unit> block)final static Argument<?>locationArgument(Argument<?> $self, String nodeName, LocationType locationType, Boolean centerPosition, Function2<Argument<?>, Function1<CommandArguments, Location>, Unit> block)final static CommandTreelocationOptionalArgument(CommandTree $self, String nodeName, LocationType locationType, Boolean centerPosition, Function2<Argument<?>, Function1<CommandArguments, Location>, Unit> block)final static Argument<?>locationOptionalArgument(Argument<?> $self, String nodeName, LocationType locationType, Boolean centerPosition, Function2<Argument<?>, Function1<CommandArguments, Location>, Unit> block)final static CommandTreelocation2DArgument(CommandTree $self, String nodeName, LocationType locationType, Boolean centerPosition, Function2<Argument<?>, Function1<CommandArguments, Location2D>, Unit> block)final static Argument<?>location2DArgument(Argument<?> $self, String nodeName, LocationType locationType, Boolean centerPosition, Function2<Argument<?>, Function1<CommandArguments, Location2D>, Unit> block)final static CommandTreelocation2DOptionalArgument(CommandTree $self, String nodeName, LocationType locationType, Boolean centerPosition, Function2<Argument<?>, Function1<CommandArguments, Location2D>, Unit> block)final static Argument<?>location2DOptionalArgument(Argument<?> $self, String nodeName, LocationType locationType, Boolean centerPosition, Function2<Argument<?>, Function1<CommandArguments, Location2D>, Unit> block)final static CommandTreerotationArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Rotation>, Unit> block)final static Argument<?>rotationArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Rotation>, Unit> block)final static CommandTreerotationOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Rotation>, Unit> block)final static Argument<?>rotationOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Rotation>, Unit> block)final static CommandTreeaxisArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, EnumSet<Axis>>, Unit> block)final static Argument<?>axisArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, EnumSet<Axis>>, Unit> block)final static CommandTreeaxisOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, EnumSet<Axis>>, Unit> block)final static Argument<?>axisOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, EnumSet<Axis>>, Unit> block)final static CommandTreechatColorArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ChatColor>, Unit> block)final static Argument<?>chatColorArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ChatColor>, Unit> block)final static CommandTreechatColorOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ChatColor>, Unit> block)final static Argument<?>chatColorOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ChatColor>, Unit> block)final static CommandTreechatComponentArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<BaseComponent>>, Unit> block)final static Argument<?>chatComponentArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<BaseComponent>>, Unit> block)final static CommandTreechatComponentOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<BaseComponent>>, Unit> block)final static Argument<?>chatComponentOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<BaseComponent>>, Unit> block)final static CommandTreechatArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<BaseComponent>>, Unit> block)final static Argument<?>chatArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<BaseComponent>>, Unit> block)final static CommandTreechatOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<BaseComponent>>, Unit> block)final static Argument<?>chatOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<BaseComponent>>, Unit> block)final static CommandTreeadventureChatColorArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamedTextColor>, Unit> block)final static Argument<?>adventureChatColorArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamedTextColor>, Unit> block)final static CommandTreeadventureChatColorOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamedTextColor>, Unit> block)final static Argument<?>adventureChatColorOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamedTextColor>, Unit> block)final static CommandTreeadventureChatComponentArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Component>, Unit> block)final static Argument<?>adventureChatComponentArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Component>, Unit> block)final static CommandTreeadventureChatComponentOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Component>, Unit> block)final static Argument<?>adventureChatComponentOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Component>, Unit> block)final static CommandTreeadventureChatArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Component>, Unit> block)final static Argument<?>adventureChatArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Component>, Unit> block)final static CommandTreeadventureChatOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Component>, Unit> block)final static Argument<?>adventureChatOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Component>, Unit> block)final static CommandTreeentitySelectorArgumentOneEntity(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Entity>, Unit> block)final static Argument<?>entitySelectorArgumentOneEntity(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Entity>, Unit> block)final static CommandTreeentitySelectorOptionalArgumentOneEntity(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Entity>, Unit> block)final static Argument<?>entitySelectorOptionalArgumentOneEntity(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Entity>, Unit> block)final static CommandTreeentitySelectorArgumentManyEntities(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<Entity>>, Unit> block)final static Argument<?>entitySelectorArgumentManyEntities(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<Entity>>, Unit> block)final static CommandTreeentitySelectorOptionalArgumentManyEntities(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<Entity>>, Unit> block)final static Argument<?>entitySelectorOptionalArgumentManyEntities(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<Entity>>, Unit> block)final static CommandTreeentitySelectorArgumentOnePlayer(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Player>, Unit> block)final static Argument<?>entitySelectorArgumentOnePlayer(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Player>, Unit> block)final static CommandTreeentitySelectorOptionalArgumentOnePlayer(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Player>, Unit> block)final static Argument<?>entitySelectorOptionalArgumentOnePlayer(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Player>, Unit> block)final static CommandTreeentitySelectorArgumentManyPlayers(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<Player>>, Unit> block)final static Argument<?>entitySelectorArgumentManyPlayers(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<Player>>, Unit> block)final static CommandTreeentitySelectorOptionalArgumentManyPlayers(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<Player>>, Unit> block)final static Argument<?>entitySelectorOptionalArgumentManyPlayers(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<Player>>, Unit> block)final static CommandTreeplayerArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Player>, Unit> block)final static Argument<?>playerArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Player>, Unit> block)final static CommandTreeplayerOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Player>, Unit> block)final static Argument<?>playerOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Player>, Unit> block)final static CommandTreeofflinePlayerArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, OfflinePlayer>, Unit> block)final static Argument<?>offlinePlayerArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, OfflinePlayer>, Unit> block)final static CommandTreeofflinePlayerOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, OfflinePlayer>, Unit> block)final static Argument<?>offlinePlayerOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, OfflinePlayer>, Unit> block)final static CommandTreeentityTypeArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, EntityType>, Unit> block)final static Argument<?>entityTypeArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, EntityType>, Unit> block)final static CommandTreeentityTypeOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, EntityType>, Unit> block)final static Argument<?>entityTypeOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, EntityType>, Unit> block)final static CommandTreescoreHolderArgumentSingle(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static Argument<?>scoreHolderArgumentSingle(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static CommandTreescoreHolderOptionalArgumentSingle(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static Argument<?>scoreHolderOptionalArgumentSingle(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static CommandTreescoreHolderArgumentMultiple(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<String>>, Unit> block)final static Argument<?>scoreHolderArgumentMultiple(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<String>>, Unit> block)final static CommandTreescoreHolderOptionalArgumentMultiple(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<String>>, Unit> block)final static Argument<?>scoreHolderOptionalArgumentMultiple(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<String>>, Unit> block)final static CommandTreescoreboardSlotArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ScoreboardSlot>, Unit> block)final static Argument<?>scoreboardSlotArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ScoreboardSlot>, Unit> block)final static CommandTreescoreboardSlotOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ScoreboardSlot>, Unit> block)final static Argument<?>scoreboardSlotOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ScoreboardSlot>, Unit> block)final static CommandTreeobjectiveArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Objective>, Unit> block)final static Argument<?>objectiveArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Objective>, Unit> block)final static CommandTreeobjectiveOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Objective>, Unit> block)final static Argument<?>objectiveOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Objective>, Unit> block)final static CommandTreeobjectiveCriteriaArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static Argument<?>objectiveCriteriaArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static CommandTreeobjectiveCriteriaOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static Argument<?>objectiveCriteriaOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static CommandTreeteamArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Team>, Unit> block)final static Argument<?>teamArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Team>, Unit> block)final static CommandTreeteamOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Team>, Unit> block)final static Argument<?>teamOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Team>, Unit> block)final static CommandTreeangleArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Float>, Unit> block)final static Argument<?>angleArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Float>, Unit> block)final static CommandTreeangleOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Float>, Unit> block)final static Argument<?>angleOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Float>, Unit> block)final static CommandTreeadvancementArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Advancement>, Unit> block)final static Argument<?>advancementArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Advancement>, Unit> block)final static CommandTreeadvancementOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Advancement>, Unit> block)final static Argument<?>advancementOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Advancement>, Unit> block)final static CommandTreebiomeArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Biome>, Unit> block)final static Argument<?>biomeArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Biome>, Unit> block)final static CommandTreebiomeOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Biome>, Unit> block)final static Argument<?>biomeOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Biome>, Unit> block)final static CommandTreebiomeNamespacedKeyArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)final static Argument<?>biomeNamespacedKeyArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)final static CommandTreebiomeNamespacedKeyOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)final static Argument<?>biomeNamespacedKeyOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)final static CommandTreeblockStateArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, BlockData>, Unit> block)final static Argument<?>blockStateArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, BlockData>, Unit> block)final static CommandTreeblockStateOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, BlockData>, Unit> block)final static Argument<?>blockStateOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, BlockData>, Unit> block)final static CommandTreecommandArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, CommandResult>, Unit> block)final static Argument<?>commandArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, CommandResult>, Unit> block)final static CommandTreecommandOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, CommandResult>, Unit> block)final static Argument<?>commandOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, CommandResult>, Unit> block)final static CommandTreeenchantmentArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Enchantment>, Unit> block)final static Argument<?>enchantmentArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Enchantment>, Unit> block)final static CommandTreeenchantmentOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Enchantment>, Unit> block)final static Argument<?>enchantmentOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Enchantment>, Unit> block)final static CommandTreeitemStackArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ItemStack>, Unit> block)final static Argument<?>itemStackArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ItemStack>, Unit> block)final static CommandTreeitemStackOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ItemStack>, Unit> block)final static Argument<?>itemStackOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ItemStack>, Unit> block)final static CommandTreelootTableArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, LootTable>, Unit> block)final static Argument<?>lootTableArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, LootTable>, Unit> block)final static CommandTreelootTableOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, LootTable>, Unit> block)final static Argument<?>lootTableOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, LootTable>, Unit> block)final static CommandTreemathOperationArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, MathOperation>, Unit> block)final static Argument<?>mathOperationArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, MathOperation>, Unit> block)final static CommandTreemathOperationOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, MathOperation>, Unit> block)final static Argument<?>mathOperationOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, MathOperation>, Unit> block)final static CommandTreenamespacedKeyArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)final static Argument<?>namespacedKeyArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)final static CommandTreenamespacedKeyOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)final static Argument<?>namespacedKeyOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)final static CommandTreeparticleArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ParticleData<?>>, Unit> block)final static Argument<?>particleArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ParticleData<?>>, Unit> block)final static CommandTreeparticleOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ParticleData<?>>, Unit> block)final static Argument<?>particleOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, ParticleData<?>>, Unit> block)final static CommandTreepotionEffectArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, PotionEffectType>, Unit> block)final static Argument<?>potionEffectArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, PotionEffectType>, Unit> block)final static CommandTreepotionEffectOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, PotionEffectType>, Unit> block)final static Argument<?>potionEffectOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, PotionEffectType>, Unit> block)final static CommandTreerecipeArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Recipe>, Unit> block)final static Argument<?>recipeArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Recipe>, Unit> block)final static CommandTreerecipeOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Recipe>, Unit> block)final static Argument<?>recipeOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Recipe>, Unit> block)final static CommandTreesoundArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Sound>, Unit> block)final static Argument<?>soundArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Sound>, Unit> block)final static CommandTreesoundOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Sound>, Unit> block)final static Argument<?>soundOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Sound>, Unit> block)final static CommandTreesoundNamespacedKeyArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)final static Argument<?>soundNamespacedKeyArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)final static CommandTreesoundNamespacedKeyOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)final static Argument<?>soundNamespacedKeyOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)final static CommandTreetimeArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Integer>, Unit> block)final static Argument<?>timeArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Integer>, Unit> block)final static CommandTreetimeOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Integer>, Unit> block)final static Argument<?>timeOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Integer>, Unit> block)final static CommandTreeuuidArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, UUID>, Unit> block)final static Argument<?>uuidArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, UUID>, Unit> block)final static CommandTreeuuidOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, UUID>, Unit> block)final static Argument<?>uuidOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, UUID>, Unit> block)final static CommandTreeworldArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, World>, Unit> block)final static Argument<?>worldArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, World>, Unit> block)final static CommandTreeworldOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, World>, Unit> block)final static Argument<?>worldOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, World>, Unit> block)final static CommandTreeblockPredicateArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Predicate<Block>>, Unit> block)final static Argument<?>blockPredicateArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Predicate<Block>>, Unit> block)final static CommandTreeblockPredicateOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Predicate<Block>>, Unit> block)final static Argument<?>blockPredicateOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Predicate<Block>>, Unit> block)final static CommandTreeitemStackPredicateArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Predicate<ItemStack>>, Unit> block)final static Argument<?>itemStackPredicateArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Predicate<ItemStack>>, Unit> block)final static CommandTreeitemStackPredicateOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Predicate<ItemStack>>, Unit> block)final static Argument<?>itemStackPredicateOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Predicate<ItemStack>>, Unit> block)final static <NBTContainer extends Any> CommandTreenbtCompoundArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NBTContainer>, Unit> block)final static <NBTContainer extends Any> Argument<?>nbtCompoundArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NBTContainer>, Unit> block)final static <NBTContainer extends Any> CommandTreenbtCompoundOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NBTContainer>, Unit> block)final static <NBTContainer extends Any> Argument<?>nbtCompoundOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NBTContainer>, Unit> block)final static CommandTreeliteralArgument(CommandTree $self, String nodeName, String literal, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static Argument<?>literalArgument(Argument<?> $self, String nodeName, String literal, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static CommandTreeliteralOptionalArgument(CommandTree $self, String nodeName, String literal, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static Argument<?>literalOptionalArgument(Argument<?> $self, String nodeName, String literal, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static CommandTreemultiLiteralArgument(CommandTree $self, String nodeName, String literals, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static Argument<?>multiLiteralArgument(Argument<?> $self, String nodeName, String literals, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static CommandTreemultiLiteralOptionalArgument(CommandTree $self, String nodeName, String literals, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static Argument<?>multiLiteralOptionalArgument(Argument<?> $self, String nodeName, String literals, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)final static CommandTreefunctionArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<FunctionWrapper>>, Unit> block)final static Argument<?>functionArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<FunctionWrapper>>, Unit> block)final static CommandTreefunctionOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<FunctionWrapper>>, Unit> block)final static Argument<?>functionOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<FunctionWrapper>>, Unit> block)-
-
Method Detail
-
commandTree
final static Unit commandTree(String name, Function1<CommandTree, Unit> tree)
-
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)
-
integerArgument
final static CommandTree integerArgument(CommandTree $self, String nodeName, Integer min, Integer max, Function2<Argument<?>, Function1<CommandArguments, Integer>, Unit> block)
-
integerArgument
final static Argument<?> integerArgument(Argument<?> $self, String nodeName, Integer min, Integer max, Function2<Argument<?>, Function1<CommandArguments, Integer>, Unit> block)
-
integerOptionalArgument
final static CommandTree integerOptionalArgument(CommandTree $self, String nodeName, Integer min, Integer max, Function2<Argument<?>, Function1<CommandArguments, Integer>, Unit> block)
-
integerOptionalArgument
final static Argument<?> integerOptionalArgument(Argument<?> $self, String nodeName, Integer min, Integer max, Function2<Argument<?>, Function1<CommandArguments, Integer>, 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)
-
floatArgument
final static CommandTree floatArgument(CommandTree $self, String nodeName, Float min, Float max, Function2<Argument<?>, Function1<CommandArguments, Float>, Unit> block)
-
floatArgument
final static Argument<?> floatArgument(Argument<?> $self, String nodeName, Float min, Float max, Function2<Argument<?>, Function1<CommandArguments, Float>, Unit> block)
-
floatOptionalArgument
final static CommandTree floatOptionalArgument(CommandTree $self, String nodeName, Float min, Float max, Function2<Argument<?>, Function1<CommandArguments, Float>, Unit> block)
-
floatOptionalArgument
final static Argument<?> floatOptionalArgument(Argument<?> $self, String nodeName, Float min, Float max, Function2<Argument<?>, Function1<CommandArguments, Float>, 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)
-
doubleArgument
final static CommandTree doubleArgument(CommandTree $self, String nodeName, Double min, Double max, Function2<Argument<?>, Function1<CommandArguments, Double>, Unit> block)
-
doubleArgument
final static Argument<?> doubleArgument(Argument<?> $self, String nodeName, Double min, Double max, Function2<Argument<?>, Function1<CommandArguments, Double>, Unit> block)
-
doubleOptionalArgument
final static CommandTree doubleOptionalArgument(CommandTree $self, String nodeName, Double min, Double max, Function2<Argument<?>, Function1<CommandArguments, Double>, Unit> block)
-
doubleOptionalArgument
final static Argument<?> doubleOptionalArgument(Argument<?> $self, String nodeName, Double min, Double max, Function2<Argument<?>, Function1<CommandArguments, Double>, 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)
-
longOptionalArgument
final static CommandTree longOptionalArgument(CommandTree $self, String nodeName, Long min, Long max, Function2<Argument<?>, Function1<CommandArguments, Long>, Unit> block)
-
longOptionalArgument
final static Argument<?> longOptionalArgument(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)
-
booleanOptionalArgument
final static CommandTree booleanOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Boolean>, Unit> block)
-
booleanOptionalArgument
final static Argument<?> booleanOptionalArgument(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)
-
stringOptionalArgument
final static CommandTree stringOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
-
stringOptionalArgument
final static Argument<?> stringOptionalArgument(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)
-
greedyStringOptionalArgument
final static CommandTree greedyStringOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
-
greedyStringOptionalArgument
final static Argument<?> greedyStringOptionalArgument(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)
-
chatComponentOptionalArgument
final static CommandTree chatComponentOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Array<BaseComponent>>, Unit> block)
-
chatComponentOptionalArgument
final static Argument<?> chatComponentOptionalArgument(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)
-
adventureChatColorOptionalArgument
final static CommandTree adventureChatColorOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamedTextColor>, Unit> block)
-
adventureChatColorOptionalArgument
final static Argument<?> adventureChatColorOptionalArgument(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)
-
adventureChatComponentOptionalArgument
final static CommandTree adventureChatComponentOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Component>, Unit> block)
-
adventureChatComponentOptionalArgument
final static Argument<?> adventureChatComponentOptionalArgument(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)
-
entitySelectorArgumentOneEntity
final static CommandTree entitySelectorArgumentOneEntity(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Entity>, Unit> block)
-
entitySelectorArgumentOneEntity
final static Argument<?> entitySelectorArgumentOneEntity(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Entity>, Unit> block)
-
entitySelectorOptionalArgumentOneEntity
final static CommandTree entitySelectorOptionalArgumentOneEntity(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Entity>, Unit> block)
-
entitySelectorOptionalArgumentOneEntity
final static Argument<?> entitySelectorOptionalArgumentOneEntity(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Entity>, Unit> block)
-
entitySelectorArgumentManyEntities
final static CommandTree entitySelectorArgumentManyEntities(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<Entity>>, Unit> block)
-
entitySelectorArgumentManyEntities
final static Argument<?> entitySelectorArgumentManyEntities(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<Entity>>, Unit> block)
-
entitySelectorOptionalArgumentManyEntities
final static CommandTree entitySelectorOptionalArgumentManyEntities(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<Entity>>, Unit> block)
-
entitySelectorOptionalArgumentManyEntities
final static Argument<?> entitySelectorOptionalArgumentManyEntities(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<Entity>>, Unit> block)
-
entitySelectorArgumentOnePlayer
final static CommandTree entitySelectorArgumentOnePlayer(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Player>, Unit> block)
-
entitySelectorArgumentOnePlayer
final static Argument<?> entitySelectorArgumentOnePlayer(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Player>, Unit> block)
-
entitySelectorOptionalArgumentOnePlayer
final static CommandTree entitySelectorOptionalArgumentOnePlayer(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Player>, Unit> block)
-
entitySelectorOptionalArgumentOnePlayer
final static Argument<?> entitySelectorOptionalArgumentOnePlayer(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Player>, Unit> block)
-
entitySelectorArgumentManyPlayers
final static CommandTree entitySelectorArgumentManyPlayers(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<Player>>, Unit> block)
-
entitySelectorArgumentManyPlayers
final static Argument<?> entitySelectorArgumentManyPlayers(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<Player>>, Unit> block)
-
entitySelectorOptionalArgumentManyPlayers
final static CommandTree entitySelectorOptionalArgumentManyPlayers(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<Player>>, Unit> block)
-
entitySelectorOptionalArgumentManyPlayers
final static Argument<?> entitySelectorOptionalArgumentManyPlayers(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<Player>>, 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)
-
scoreHolderArgumentSingle
final static CommandTree scoreHolderArgumentSingle(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
-
scoreHolderArgumentSingle
final static Argument<?> scoreHolderArgumentSingle(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
-
scoreHolderOptionalArgumentSingle
final static CommandTree scoreHolderOptionalArgumentSingle(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
-
scoreHolderOptionalArgumentSingle
final static Argument<?> scoreHolderOptionalArgumentSingle(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
-
scoreHolderArgumentMultiple
final static CommandTree scoreHolderArgumentMultiple(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<String>>, Unit> block)
-
scoreHolderArgumentMultiple
final static Argument<?> scoreHolderArgumentMultiple(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<String>>, Unit> block)
-
scoreHolderOptionalArgumentMultiple
final static CommandTree scoreHolderOptionalArgumentMultiple(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<String>>, Unit> block)
-
scoreHolderOptionalArgumentMultiple
final static Argument<?> scoreHolderOptionalArgumentMultiple(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Collection<String>>, 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)
-
objectiveCriteriaArgument
final static CommandTree objectiveCriteriaArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
-
objectiveCriteriaArgument
final static Argument<?> objectiveCriteriaArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
-
objectiveCriteriaOptionalArgument
final static CommandTree objectiveCriteriaOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
-
objectiveCriteriaOptionalArgument
final static Argument<?> objectiveCriteriaOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, String>, 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)
-
biomeNamespacedKeyOptionalArgument
final static CommandTree biomeNamespacedKeyOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)
-
biomeNamespacedKeyOptionalArgument
final static Argument<?> biomeNamespacedKeyOptionalArgument(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)
-
soundNamespacedKeyOptionalArgument
final static CommandTree soundNamespacedKeyOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, NamespacedKey>, Unit> block)
-
soundNamespacedKeyOptionalArgument
final static Argument<?> soundNamespacedKeyOptionalArgument(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)
-
timeOptionalArgument
final static CommandTree timeOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Integer>, Unit> block)
-
timeOptionalArgument
final static Argument<?> timeOptionalArgument(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)
-
blockPredicateArgument
final static CommandTree blockPredicateArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Predicate<Block>>, Unit> block)
-
blockPredicateArgument
final static Argument<?> blockPredicateArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Predicate<Block>>, Unit> block)
-
blockPredicateOptionalArgument
final static CommandTree blockPredicateOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Predicate<Block>>, Unit> block)
-
blockPredicateOptionalArgument
final static Argument<?> blockPredicateOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Predicate<Block>>, Unit> block)
-
itemStackPredicateArgument
final static CommandTree itemStackPredicateArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Predicate<ItemStack>>, Unit> block)
-
itemStackPredicateArgument
final static Argument<?> itemStackPredicateArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Predicate<ItemStack>>, Unit> block)
-
itemStackPredicateOptionalArgument
final static CommandTree itemStackPredicateOptionalArgument(CommandTree $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Predicate<ItemStack>>, Unit> block)
-
itemStackPredicateOptionalArgument
final static Argument<?> itemStackPredicateOptionalArgument(Argument<?> $self, String nodeName, Function2<Argument<?>, Function1<CommandArguments, Predicate<ItemStack>>, 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)
-
literalOptionalArgument
final static CommandTree literalOptionalArgument(CommandTree $self, String nodeName, String literal, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
-
literalOptionalArgument
final static Argument<?> literalOptionalArgument(Argument<?> $self, String nodeName, String literal, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
-
multiLiteralArgument
final static CommandTree multiLiteralArgument(CommandTree $self, String nodeName, String literals, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
-
multiLiteralArgument
final static Argument<?> multiLiteralArgument(Argument<?> $self, String nodeName, String literals, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
-
multiLiteralOptionalArgument
final static CommandTree multiLiteralOptionalArgument(CommandTree $self, String nodeName, String literals, Function2<Argument<?>, Function1<CommandArguments, String>, Unit> block)
-
multiLiteralOptionalArgument
final static Argument<?> multiLiteralOptionalArgument(Argument<?> $self, String nodeName, String literals, 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)
-
-
-
-