public interface PosArgument
Modifier and Type | Method and Description |
---|---|
boolean |
isXRelative() |
boolean |
isYRelative() |
boolean |
isZRelative() |
default BlockPos |
toAbsoluteBlockPos(ServerCommandSource source) |
Vec3d |
toAbsolutePos(ServerCommandSource source) |
Vec2f |
toAbsoluteRotation(ServerCommandSource source) |
Vec3d toAbsolutePos(ServerCommandSource source)
Vec2f toAbsoluteRotation(ServerCommandSource source)
default BlockPos toAbsoluteBlockPos(ServerCommandSource source)
boolean isXRelative()
boolean isYRelative()
boolean isZRelative()