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, waitgetBlockPospublic LocalLocationArgument(double p_i48240_1_,
double p_i48240_3_,
double p_i48240_5_)
public Vec3d getPosition(CommandSource p_197281_1_)
getPosition in interface ILocationArgumentpublic Vec2f getRotation(CommandSource p_197282_1_)
getRotation in interface ILocationArgumentpublic boolean isXRelative()
isXRelative in interface ILocationArgumentpublic boolean isYRelative()
isYRelative in interface ILocationArgumentpublic boolean isZRelative()
isZRelative in interface ILocationArgumentpublic static LocalLocationArgument func_200142_a(com.mojang.brigadier.StringReader p_200142_0_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxExceptionpublic boolean equals(java.lang.Object p_equals_1_)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object