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.ANGLEDeprecated, for removal: This API element is subject to removal in a future version.Example: "0", "~", "~-5"static final SimpleArgument<Predicate<Block>> Arguments.BLOCK_PREDICATEDeprecated, for removal: This API element is subject to removal in a future version.static final SimpleArgument<NamedTextColor> Arguments.COLORDeprecated, for removal: This API element is subject to removal in a future version.Example: "red", "green"static final SimpleArgument<Position<CommandSourceStack>> Arguments.COLUMN_POSDeprecated, 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.COMPONENTDeprecated, 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_TAGDeprecated, for removal: This API element is subject to removal in a future version.Example: "{}", "{foo=bar}"static final SimpleArgument<World> Arguments.DIMENSIONDeprecated, 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_ANCHORDeprecated, 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_PROFILESDeprecated, 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.GAMEMODEDeprecated, for removal: This API element is subject to removal in a future version.Example: "survival", "creative", "adventure", "spectator"static final SimpleArgument<HeightMap> Arguments.HEIGHT_MAPDeprecated, 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_COLORDeprecated, for removal: This API element is subject to removal in a future version.Example: "F00", "FF0000"static final SimpleArgument<Predicate<ItemStack>> Arguments.ITEM_PREDICATEDeprecated, 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.OBJECTIVEDeprecated, for removal: This API element is subject to removal in a future version.static final SimpleArgument<String> Arguments.OBJECTIVE_CRITERIADeprecated, 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.PARTICLEDeprecated, for removal: This API element is subject to removal in a future version.static final SimpleArgument<NumberRange<Double>> Arguments.RANGE_FLOATSDeprecated, 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_INTEGERDeprecated, 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_LOCATIONDeprecated, for removal: This API element is subject to removal in a future version.Example: "foo", "foo:bar", "012"static final SimpleArgument<Position<CommandSourceStack>> Arguments.ROTATIONDeprecated, for removal: This API element is subject to removal in a future version.Example: "0 0", "~ ~", "~-5 ~5"static final SimpleArgument<DisplaySlot> Arguments.SCOREBOARD_SLOTDeprecated, for removal: This API element is subject to removal in a future version.Example: "sidebar", "sidebar.team.light_purple"static final SimpleArgument<Integer> Arguments.SLOTDeprecated, 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.SLOTSDeprecated, for removal: This API element is subject to removal in a future version.Example: "container.*", "container.5", "weapon"static final SimpleArgument<Style> Arguments.STYLEDeprecated, for removal: This API element is subject to removal in a future version.Example: {"bold": true}static final SimpleArgument<EnumSet<Axis>> Arguments.SWIZZLEDeprecated, for removal: This API element is subject to removal in a future version.Example: "xyz", "x"static final SimpleArgument<Team> Arguments.TEAMDeprecated, for removal: This API element is subject to removal in a future version.static final SimpleArgument<Mirror> Arguments.TEMPLATE_MIRRORDeprecated, 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_ROTATIONDeprecated, 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.UUIDDeprecated, 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 TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, 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.