Uses of Interface
moe.caramel.daydream.brigadier.argument.VecArgument
Packages that use VecArgument
-
Uses of VecArgument in moe.caramel.daydream.brigadier
Fields in moe.caramel.daydream.brigadier declared as VecArgumentModifier and TypeFieldDescriptionstatic final VecArgumentArguments.VEC2Deprecated, for removal: This API element is subject to removal in a future version.Example: "0 0", "~ ~", "0.1 -0.5", "~1 ~-2"static final VecArgumentArguments.VEC3Deprecated, 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" -
Uses of VecArgument in moe.caramel.daydream.brigadier.argument
Methods in moe.caramel.daydream.brigadier.argument that return VecArgumentModifier and TypeMethodDescriptionstatic VecArgumentVecArgument.create(com.mojang.brigadier.arguments.ArgumentType<?> type, Function<Boolean, com.mojang.brigadier.arguments.ArgumentType<?>> center, VecArgument.PositionResolver resolver) Deprecated, for removal: This API element is subject to removal in a future version.