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, waitgetBlockPospublic LocalLocationArgument(double leftIn,
double upIn,
double forwardsIn)
public Vec3d getPosition(CommandSource source)
getPosition インタフェース内 ILocationArgumentpublic Vec2f getRotation(CommandSource source)
getRotation インタフェース内 ILocationArgumentpublic boolean isXRelative()
isXRelative インタフェース内 ILocationArgumentpublic boolean isYRelative()
isYRelative インタフェース内 ILocationArgumentpublic boolean isZRelative()
isZRelative インタフェース内 ILocationArgumentpublic static LocalLocationArgument parse(com.mojang.brigadier.StringReader reader) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxExceptionpublic boolean equals(java.lang.Object p_equals_1_)
equals クラス内 java.lang.Objectpublic int hashCode()
hashCode クラス内 java.lang.Object