public interface ILocationArgument
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| default BlockPos | getBlockPos(CommandSource source) | 
| Vec3d | getPosition(CommandSource source) | 
| Vec2f | getRotation(CommandSource source) | 
| boolean | isXRelative() | 
| boolean | isYRelative() | 
| boolean | isZRelative() | 
Vec3d getPosition(CommandSource source)
Vec2f getRotation(CommandSource source)
default BlockPos getBlockPos(CommandSource source)
boolean isXRelative()
boolean isYRelative()
boolean isZRelative()