Uses of Interface
moe.caramel.daydream.brigadier.data.Position
Packages that use Position
-
Uses of Position in moe.caramel.daydream.brigadier
Fields in moe.caramel.daydream.brigadier with type parameters of type PositionModifier and TypeFieldDescriptionstatic 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
<Position<CommandSourceStack>> Arguments.ROTATION
Deprecated, for removal: This API element is subject to removal in a future version.Example: "0 0", "~ ~", "~-5 ~5" -
Uses of Position in moe.caramel.daydream.brigadier.argument
Methods in moe.caramel.daydream.brigadier.argument that return PositionModifier and TypeMethodDescriptionVecArgument.PositionResolver.resolve
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name)