public interface ILocationArgument
Modifier and Type | Method and Description |
---|---|
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()