public class LocalLocationArgument extends java.lang.Object implements ILocationArgument
コンストラクタと説明 |
---|
LocalLocationArgument(double leftIn,
double upIn,
double forwardsIn) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
equals(java.lang.Object p_equals_1_) |
Vec3d |
getPosition(CommandSource source) |
Vec2f |
getRotation(CommandSource source) |
int |
hashCode() |
boolean |
isXRelative() |
boolean |
isYRelative() |
boolean |
isZRelative() |
static LocalLocationArgument |
parse(com.mojang.brigadier.StringReader reader) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getBlockPos
public LocalLocationArgument(double leftIn, double upIn, double forwardsIn)
public Vec3d getPosition(CommandSource source)
getPosition
インタフェース内 ILocationArgument
public Vec2f getRotation(CommandSource source)
getRotation
インタフェース内 ILocationArgument
public boolean isXRelative()
isXRelative
インタフェース内 ILocationArgument
public boolean isYRelative()
isYRelative
インタフェース内 ILocationArgument
public boolean isZRelative()
isZRelative
インタフェース内 ILocationArgument
public static LocalLocationArgument parse(com.mojang.brigadier.StringReader reader) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxException
public boolean equals(java.lang.Object p_equals_1_)
equals
クラス内 java.lang.Object
public int hashCode()
hashCode
クラス内 java.lang.Object