Package net.minecraft.command.arguments
Interface ILocationArgument
- All Known Implementing Classes:
LocalLocationArgument
,LocationInput
public interface ILocationArgument
-
Method Summary
Modifier and TypeMethodDescriptiondefault BlockPos
getBlockPos
(CommandSource p_197280_1_) getPosition
(CommandSource p_197281_1_) getRotation
(CommandSource p_197282_1_) boolean
boolean
boolean
-
Method Details
-
getPosition
-
getRotation
-
getBlockPos
-
isXRelative
boolean isXRelative() -
isYRelative
boolean isYRelative() -
isZRelative
boolean isZRelative()
-