Uses of Interface
net.minecraft.command.argument.PosArgument
| Package | Description |
|---|---|
| net.minecraft.command.argument | |
| net.minecraft.server.command | |
| net.minecraft.text |
-
Uses of PosArgument in net.minecraft.command.argument
Classes in net.minecraft.command.argument that implement PosArgument Modifier and Type Class Description classDefaultPosArgumentclassLookingPosArgumentMethods in net.minecraft.command.argument that return PosArgument Modifier and Type Method Description static PosArgumentVec3ArgumentType. getPosArgument(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string)static PosArgumentRotationArgumentType. getRotation(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)PosArgumentBlockPosArgumentType. parse(com.mojang.brigadier.StringReader stringReader)PosArgumentColumnPosArgumentType. parse(com.mojang.brigadier.StringReader stringReader)PosArgumentRotationArgumentType. parse(com.mojang.brigadier.StringReader stringReader)PosArgumentVec2ArgumentType. parse(com.mojang.brigadier.StringReader stringReader)PosArgumentVec3ArgumentType. parse(com.mojang.brigadier.StringReader stringReader) -
Uses of PosArgument in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type PosArgument Modifier and Type Method Description private static intTeleportCommand. execute(ServerCommandSource source, Collection<? extends Entity> targets, ServerWorld world, PosArgument location, @Nullable PosArgument rotation, @Nullable TeleportCommand.LookTarget facingLocation) -
Uses of PosArgument in net.minecraft.text
Fields in net.minecraft.text declared as PosArgument Modifier and Type Field Description private @Nullable PosArgumentNbtText.BlockNbtText. posMethods in net.minecraft.text that return PosArgument Modifier and Type Method Description private @Nullable PosArgumentNbtText.BlockNbtText. parsePos(String rawPos)Constructors in net.minecraft.text with parameters of type PosArgument Constructor Description BlockNbtText(String rawPath, NbtPathArgumentType.NbtPath path, boolean interpret, String rawPos, @Nullable PosArgument pos)