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 class
DefaultPosArgument
class
LookingPosArgument
Methods in net.minecraft.command.argument that return PosArgument Modifier and Type Method Description static PosArgument
Vec3ArgumentType. getPosArgument(com.mojang.brigadier.context.CommandContext<ServerCommandSource> commandContext, String string)
static PosArgument
RotationArgumentType. getRotation(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name)
PosArgument
BlockPosArgumentType. parse(com.mojang.brigadier.StringReader stringReader)
PosArgument
ColumnPosArgumentType. parse(com.mojang.brigadier.StringReader stringReader)
PosArgument
RotationArgumentType. parse(com.mojang.brigadier.StringReader stringReader)
PosArgument
Vec2ArgumentType. parse(com.mojang.brigadier.StringReader stringReader)
PosArgument
Vec3ArgumentType. 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 int
TeleportCommand. 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 PosArgument
NbtText.BlockNbtText. pos
Methods in net.minecraft.text that return PosArgument Modifier and Type Method Description private @Nullable PosArgument
NbtText.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)