Package net.minecraft.command.arguments
Interface ILocationArgument
-
- All Known Implementing Classes:
LocalLocationArgument
,LocationInput
public interface ILocationArgument
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default BlockPos
getBlockPos(CommandSource p_197280_1_)
Vector3d
getPosition(CommandSource p_197281_1_)
Vector2f
getRotation(CommandSource p_197282_1_)
boolean
isXRelative()
boolean
isYRelative()
boolean
isZRelative()
-
-
-
Method Detail
-
getPosition
Vector3d getPosition(CommandSource p_197281_1_)
-
getRotation
Vector2f getRotation(CommandSource p_197282_1_)
-
getBlockPos
default BlockPos getBlockPos(CommandSource p_197280_1_)
-
isXRelative
boolean isXRelative()
-
isYRelative
boolean isYRelative()
-
isZRelative
boolean isZRelative()
-
-