public class LocalLocationArgument extends java.lang.Object implements ILocationArgument
Constructor and Description |
---|
LocalLocationArgument(double p_i48240_1_,
double p_i48240_3_,
double p_i48240_5_) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object p_equals_1_) |
static LocalLocationArgument |
func_200142_a(com.mojang.brigadier.StringReader p_200142_0_) |
Vec3d |
getPosition(CommandSource p_197281_1_) |
Vec2f |
getRotation(CommandSource p_197282_1_) |
int |
hashCode() |
boolean |
isXRelative() |
boolean |
isYRelative() |
boolean |
isZRelative() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getBlockPos
public LocalLocationArgument(double p_i48240_1_, double p_i48240_3_, double p_i48240_5_)
public Vec3d getPosition(CommandSource p_197281_1_)
getPosition
in interface ILocationArgument
public Vec2f getRotation(CommandSource p_197282_1_)
getRotation
in interface ILocationArgument
public boolean isXRelative()
isXRelative
in interface ILocationArgument
public boolean isYRelative()
isYRelative
in interface ILocationArgument
public boolean isZRelative()
isZRelative
in interface ILocationArgument
public static LocalLocationArgument func_200142_a(com.mojang.brigadier.StringReader p_200142_0_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxException
public boolean equals(java.lang.Object p_equals_1_)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object