Uses of Interface
moe.caramel.daydream.brigadier.argument.SimpleArgument
Packages that use SimpleArgument
-
Uses of SimpleArgument in moe.caramel.daydream.brigadier
Fields in moe.caramel.daydream.brigadier declared as SimpleArgumentModifier and TypeFieldDescriptionstatic final SimpleArgument
<Float> Arguments.ANGLE
Deprecated, for removal: This API element is subject to removal in a future version.Example: "0", "~", "~-5"static final SimpleArgument
<Predicate<Block>> Arguments.BLOCK_PREDICATE
Deprecated, for removal: This API element is subject to removal in a future version.static final SimpleArgument
<NamedTextColor> Arguments.COLOR
Deprecated, for removal: This API element is subject to removal in a future version.Example: "red", "green"static final SimpleArgument
<Position<CommandSourceStack>> Arguments.COLUMN_POS
Deprecated, for removal: This API element is subject to removal in a future version.Example: "0 0", "~ ~", "~1 ~-2", "^ ^", "^-1 ^0"static final SimpleArgument
<Component> Arguments.COMPONENT
Deprecated, for removal: This API element is subject to removal in a future version.Example: "\"hello world\"", "\"\"", "\"{\"text\":\"hello world\"}", "[\"\"]"static final SimpleArgument
<BinaryTagHolder> Arguments.COMPOUND_TAG
Deprecated, for removal: This API element is subject to removal in a future version.Example: "{}", "{foo=bar}"static final SimpleArgument
<World> Arguments.DIMENSION
Deprecated, for removal: This API element is subject to removal in a future version.Example: "minecraft:overworld", "minecraft:the_nether" Please use this API's suggestion.static final SimpleArgument
<EntityAnchorArgument> Arguments.ENTITY_ANCHOR
Deprecated, for removal: This API element is subject to removal in a future version.Example: "eyes", "feet"static final SimpleArgument
<Collection<com.mojang.authlib.GameProfile>> Arguments.GAME_PROFILES
Deprecated, for removal: This API element is subject to removal in a future version.Example: "Player", "0123", "dd12be42-52a9-4a91-a8a1-11c01849e498", "@e"static final SimpleArgument
<GameMode> Arguments.GAMEMODE
Deprecated, for removal: This API element is subject to removal in a future version.Example: "survival", "creative", "adventure", "spectator"static final SimpleArgument
<HeightMap> Arguments.HEIGHT_MAP
Deprecated, for removal: This API element is subject to removal in a future version.Example: "world_surface", "ocean_floor", "motion_blocking", "motion_blocking_no_leaves"static final SimpleArgument
<TextColor> Arguments.HEX_COLOR
Deprecated, for removal: This API element is subject to removal in a future version.Example: "F00", "FF0000"static final SimpleArgument
<Predicate<ItemStack>> Arguments.ITEM_PREDICATE
Deprecated, for removal: This API element is subject to removal in a future version.Example: "stick", "minecraft:stick", "#stick", "#stick{foo=bar}"static final SimpleArgument
<Objective> Arguments.OBJECTIVE
Deprecated, for removal: This API element is subject to removal in a future version.static final SimpleArgument
<String> Arguments.OBJECTIVE_CRITERIA
Deprecated, for removal: This API element is subject to removal in a future version.Example: "foo", "foo.bar.baz", "minecraft:foo"static final SimpleArgument
<Particle> Arguments.PARTICLE
Deprecated, for removal: This API element is subject to removal in a future version.static final SimpleArgument
<NumberRange<Double>> Arguments.RANGE_FLOATS
Deprecated, for removal: This API element is subject to removal in a future version.Example: "0..5.2", "0", "-5.4", "-100.76..", "..100"static final SimpleArgument
<NumberRange<Integer>> Arguments.RANGE_INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.Example: "0..5", "0", "-5", "-100..", "..100"static final SimpleArgument
<NamespacedKey> Arguments.RESOURCE_LOCATION
Deprecated, for removal: This API element is subject to removal in a future version.Example: "foo", "foo:bar", "012"static final SimpleArgument
<Position<CommandSourceStack>> Arguments.ROTATION
Deprecated, for removal: This API element is subject to removal in a future version.Example: "0 0", "~ ~", "~-5 ~5"static final SimpleArgument
<DisplaySlot> Arguments.SCOREBOARD_SLOT
Deprecated, for removal: This API element is subject to removal in a future version.Example: "sidebar", "sidebar.team.light_purple"static final SimpleArgument
<Integer> Arguments.SLOT
Deprecated, for removal: This API element is subject to removal in a future version.Example: "container.5", "12", "weapon"static final SimpleArgument
<it.unimi.dsi.fastutil.ints.IntList> Arguments.SLOTS
Deprecated, for removal: This API element is subject to removal in a future version.Example: "container.*", "container.5", "weapon"static final SimpleArgument
<Style> Arguments.STYLE
Deprecated, for removal: This API element is subject to removal in a future version.Example: {"bold": true}static final SimpleArgument
<EnumSet<Axis>> Arguments.SWIZZLE
Deprecated, for removal: This API element is subject to removal in a future version.Example: "xyz", "x"static final SimpleArgument
<Team> Arguments.TEAM
Deprecated, for removal: This API element is subject to removal in a future version.static final SimpleArgument
<Mirror> Arguments.TEMPLATE_MIRROR
Deprecated, for removal: This API element is subject to removal in a future version.Example: "template_mirror", "left_right", "none"static final SimpleArgument
<StructureRotation> Arguments.TEMPLATE_ROTATION
Deprecated, for removal: This API element is subject to removal in a future version.Example: "180", "clockwise_90", "counterclockwise_90", "none"static final SimpleArgument
<UUID> Arguments.UUID
Deprecated, for removal: This API element is subject to removal in a future version.Example: "dd12be42-52a9-4a91-a8a1-11c01849e498" -
Uses of SimpleArgument in moe.caramel.daydream.brigadier.argument
Subinterfaces of SimpleArgument in moe.caramel.daydream.brigadier.argumentModifier and TypeInterfaceDescriptioninterface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Deprecated, for removal: This API element is subject to removal in a future version.Methods in moe.caramel.daydream.brigadier.argument that return SimpleArgumentModifier and TypeMethodDescriptionstatic <T> SimpleArgument
<T> SimpleArgument.create()
Deprecated, for removal: This API element is subject to removal in a future version.static <T> SimpleArgument
<T> SimpleArgument.create
(com.mojang.brigadier.arguments.ArgumentType<?> type, BiFunction<com.mojang.brigadier.context.CommandContext<CommandSourceStack>, String, T> resolver) Deprecated, for removal: This API element is subject to removal in a future version.