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 BlockPosgetBlockPos(CommandSource p_197280_1_)Vector3dgetPosition(CommandSource p_197281_1_)Vector2fgetRotation(CommandSource p_197282_1_)booleanisXRelative()booleanisYRelative()booleanisZRelative()
-
-
-
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()
-
-