Package moe.caramel.daydream.brigadier
Class Arguments
java.lang.Object
moe.caramel.daydream.brigadier.Arguments
@NullMarked
@Deprecated(since="1.21.7",
forRemoval=true)
public final class Arguments
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
다음 메이저 업데이트에서 제거
Brigadier Vanilla Arguments
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleArgument
<Float> Deprecated, for removal: This API element is subject to removal in a future version.Example: "0", "~", "~-5"static final BlockPosArgument
Deprecated, for removal: This API element is subject to removal in a future version.Example: "0 0 0", "~ ~ ~", "^ ^ ^", "^1 ^ ^-5", "~0.5 ~1 ~-5"static final SimpleArgument
<Predicate<Block>> Deprecated, for removal: This API element is subject to removal in a future version.static final BlockStateArgument
Deprecated, for removal: This API element is subject to removal in a future version.Example: "stone", "minecraft:stone", "stone[foo=bar]", "foo{bar=baz}"static final SimpleArgument
<NamedTextColor> Deprecated, for removal: This API element is subject to removal in a future version.Example: "red", "green"static final SimpleArgument
<Position<CommandSourceStack>> 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> Deprecated, for removal: This API element is subject to removal in a future version.Example: "\"hello world\"", "\"\"", "\"{\"text\":\"hello world\"}", "[\"\"]"static final SimpleArgument
<BinaryTagHolder> Deprecated, for removal: This API element is subject to removal in a future version.Example: "{}", "{foo=bar}"static final SimpleArgument
<World> 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 EntityArgument
Deprecated, for removal: This API element is subject to removal in a future version.Example: "Player", "0123", "@e", "@e[type=foo]", "dd12be42-52a9-4a91-a8a1-11c01849e498"static final SimpleArgument
<EntityAnchorArgument> 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>> 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> Deprecated, for removal: This API element is subject to removal in a future version.Example: "survival", "creative", "adventure", "spectator"static final SimpleArgument
<HeightMap> 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> Deprecated, for removal: This API element is subject to removal in a future version.Example: "F00", "FF0000"static final ItemArgument
Deprecated, for removal: This API element is subject to removal in a future version.Example: "stick", "minecraft:stick", "stick{foo=bar}"static final SimpleArgument
<Predicate<ItemStack>> Deprecated, for removal: This API element is subject to removal in a future version.Example: "stick", "minecraft:stick", "#stick", "#stick{foo=bar}"static final MessageArgument
Deprecated, for removal: This API element is subject to removal in a future version.Example: "Hello world!", "foo", "@e", "Hello @p :)"static final SimpleArgument
<Objective> Deprecated, for removal: This API element is subject to removal in a future version.static final SimpleArgument
<String> 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> Deprecated, for removal: This API element is subject to removal in a future version.static final SimpleArgument
<NumberRange<Double>> 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>> 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> Deprecated, for removal: This API element is subject to removal in a future version.Example: "foo", "foo:bar", "012"static final SimpleArgument
<Position<CommandSourceStack>> Deprecated, for removal: This API element is subject to removal in a future version.Example: "0 0", "~ ~", "~-5 ~5"static final ScoreHolderArgument
Deprecated, for removal: This API element is subject to removal in a future version.static final SimpleArgument
<DisplaySlot> Deprecated, for removal: This API element is subject to removal in a future version.Example: "sidebar", "sidebar.team.light_purple"static final SimpleArgument
<Integer> 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> Deprecated, for removal: This API element is subject to removal in a future version.Example: "container.*", "container.5", "weapon"static final SimpleArgument
<Style> Deprecated, for removal: This API element is subject to removal in a future version.Example: {"bold": true}static final SimpleArgument
<EnumSet<Axis>> Deprecated, for removal: This API element is subject to removal in a future version.Example: "xyz", "x"static final SimpleArgument
<Team> Deprecated, for removal: This API element is subject to removal in a future version.static final SimpleArgument
<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> Deprecated, for removal: This API element is subject to removal in a future version.Example: "180", "clockwise_90", "counterclockwise_90", "none"static final TimeArgument
Deprecated, for removal: This API element is subject to removal in a future version.Example: "0d", "0s", "0t", "0"static final SimpleArgument
<UUID> Deprecated, for removal: This API element is subject to removal in a future version.Example: "dd12be42-52a9-4a91-a8a1-11c01849e498"static final VecArgument
Deprecated, for removal: This API element is subject to removal in a future version.Example: "0 0", "~ ~", "0.1 -0.5", "~1 ~-2"static final VecArgument
Deprecated, for removal: This API element is subject to removal in a future version.Example: "0 0 0", "~ ~ ~", "^ ^ ^", "^1 ^ ^-5", "0.1 -0.5 .9", "~0.5 ~1 ~-5" -
Method Summary
-
Field Details
-
ENTITY
Deprecated, for removal: This API element is subject to removal in a future version.Example: "Player", "0123", "@e", "@e[type=foo]", "dd12be42-52a9-4a91-a8a1-11c01849e498" -
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" -
BLOCK_POS
Deprecated, for removal: This API element is subject to removal in a future version.Example: "0 0 0", "~ ~ ~", "^ ^ ^", "^1 ^ ^-5", "~0.5 ~1 ~-5" -
VEC3
Deprecated, for removal: This API element is subject to removal in a future version.Example: "0 0 0", "~ ~ ~", "^ ^ ^", "^1 ^ ^-5", "0.1 -0.5 .9", "~0.5 ~1 ~-5" -
VEC2
Deprecated, for removal: This API element is subject to removal in a future version.Example: "0 0", "~ ~", "0.1 -0.5", "~1 ~-2" -
COLUMN_POS
Deprecated, for removal: This API element is subject to removal in a future version.Example: "0 0", "~ ~", "~1 ~-2", "^ ^", "^-1 ^0" -
BLOCK_STATE
Deprecated, for removal: This API element is subject to removal in a future version.Example: "stone", "minecraft:stone", "stone[foo=bar]", "foo{bar=baz}" -
BLOCK_PREDICATE
Deprecated, for removal: This API element is subject to removal in a future version.Example: "stone", "minecraft:stone", "stone[foo=bar]", "#stone", "#stone[foo=bar]{baz=nbt}" -
ITEM
Deprecated, for removal: This API element is subject to removal in a future version.Example: "stick", "minecraft:stick", "stick{foo=bar}" -
ITEM_PREDICATE
Deprecated, for removal: This API element is subject to removal in a future version.Example: "stick", "minecraft:stick", "#stick", "#stick{foo=bar}" -
COLOR
Deprecated, for removal: This API element is subject to removal in a future version.Example: "red", "green" -
HEX_COLOR
Deprecated, for removal: This API element is subject to removal in a future version.Example: "F00", "FF0000" -
COMPONENT
Deprecated, for removal: This API element is subject to removal in a future version.Example: "\"hello world\"", "\"\"", "\"{\"text\":\"hello world\"}", "[\"\"]" -
STYLE
Deprecated, for removal: This API element is subject to removal in a future version.Example: {"bold": true}- Since:
- Minecraft 1.20.3
-
MESSAGE
Deprecated, for removal: This API element is subject to removal in a future version.Example: "Hello world!", "foo", "@e", "Hello @p :)" -
COMPOUND_TAG
Deprecated, for removal: This API element is subject to removal in a future version.Example: "{}", "{foo=bar}" -
OBJECTIVE
Deprecated, for removal: This API element is subject to removal in a future version.Example: "foo", "*", "012" -
OBJECTIVE_CRITERIA
Deprecated, for removal: This API element is subject to removal in a future version.Example: "foo", "foo.bar.baz", "minecraft:foo" -
PARTICLE
Deprecated, for removal: This API element is subject to removal in a future version.Example: "foo", "foo:bar", "particle with options" -
ANGLE
Deprecated, for removal: This API element is subject to removal in a future version.Example: "0", "~", "~-5" -
ROTATION
Deprecated, for removal: This API element is subject to removal in a future version.Example: "0 0", "~ ~", "~-5 ~5" -
SCOREBOARD_SLOT
Deprecated, for removal: This API element is subject to removal in a future version.Example: "sidebar", "sidebar.team.light_purple" -
SCORE_HOLDER
Deprecated, for removal: This API element is subject to removal in a future version.Example: "Player", "0123", "*", "@e" -
SWIZZLE
Deprecated, for removal: This API element is subject to removal in a future version.Example: "xyz", "x" -
TEAM
Deprecated, for removal: This API element is subject to removal in a future version.Example: "foo", "123" -
SLOT
Deprecated, for removal: This API element is subject to removal in a future version.Example: "container.5", "12", "weapon" -
SLOTS
Deprecated, for removal: This API element is subject to removal in a future version.Example: "container.*", "container.5", "weapon"- Since:
- Minecraft 1.20.5
-
RESOURCE_LOCATION
Deprecated, for removal: This API element is subject to removal in a future version.Example: "foo", "foo:bar", "012" -
ENTITY_ANCHOR
Deprecated, for removal: This API element is subject to removal in a future version.Example: "eyes", "feet" -
RANGE_INTEGER
Deprecated, for removal: This API element is subject to removal in a future version.Example: "0..5", "0", "-5", "-100..", "..100" -
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" -
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. -
GAMEMODE
Deprecated, for removal: This API element is subject to removal in a future version.Example: "survival", "creative", "adventure", "spectator" -
TIME
Deprecated, for removal: This API element is subject to removal in a future version.Example: "0d", "0s", "0t", "0" -
TEMPLATE_MIRROR
Deprecated, for removal: This API element is subject to removal in a future version.Example: "template_mirror", "left_right", "none"- Since:
- Minecraft 1.19
-
TEMPLATE_ROTATION
Deprecated, for removal: This API element is subject to removal in a future version.Example: "180", "clockwise_90", "counterclockwise_90", "none"- Since:
- Minecraft 1.19
-
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"- Since:
- Minecraft 1.19.4
-
UUID
Deprecated, for removal: This API element is subject to removal in a future version.Example: "dd12be42-52a9-4a91-a8a1-11c01849e498"
-