net.minecraft.commands.arguments.coordinates

public class LocalCoordinates

implements Coordinates

gv
net.minecraft.commands.arguments.coordinates.LocalCoordinates
net.minecraft.class_2268
net.minecraft.command.argument.LookingPosArgument
net.minecraft.commands.arguments.coordinates.ArgumentVectorPosition

Field summary

Modifier and TypeField
public static final char
a
PREFIX_LOCAL_COORDINATE
field_32941
CARET
private final double
b
left
field_10714
x
private final double
c
up
field_10713
y
private final double
d
forwards
field_10712
z

Constructor summary

ModifierConstructor
public (double x, double y, double z)

Method summary

Modifier and TypeMethod
public Vec3
a(ew arg0)
getPosition(CommandSourceStack arg0)
method_9708(class_2168 arg0)
getPos(ServerCommandSource arg0)
public Vec2
b(ew arg0)
getRotation(CommandSourceStack arg0)
method_9709(class_2168 arg0)
getRotation(ServerCommandSource arg0)
public boolean
a()
isXRelative()
method_9705()
isXRelative()
public boolean
b()
isYRelative()
method_9706()
isYRelative()
public boolean
c()
isZRelative()
method_9707()
isZRelative()
public static LocalCoordinates
a(com.mojang.brigadier.StringReader arg0)
parse(com.mojang.brigadier.StringReader arg0)
method_9711(com.mojang.brigadier.StringReader arg0)
parse(com.mojang.brigadier.StringReader reader)
private static double
a(com.mojang.brigadier.StringReader arg0, int arg1)
readDouble(com.mojang.brigadier.StringReader arg0, int arg1)
method_9710(com.mojang.brigadier.StringReader arg0, int arg1)
readCoordinate(com.mojang.brigadier.StringReader reader, int startingCursorPos)