Package net.minecraft.command.argument
Interface PosArgument
- All Known Implementing Classes:
DefaultPosArgument
,LookingPosArgument
public interface PosArgument
-
Method Summary
Modifier and Type Method Description boolean
isXRelative()
boolean
isYRelative()
boolean
isZRelative()
default BlockPos
toAbsoluteBlockPos(ServerCommandSource source)
Vec3d
toAbsolutePos(ServerCommandSource source)
Vec2f
toAbsoluteRotation(ServerCommandSource source)
-
Method Details
-
toAbsolutePos
-
toAbsoluteRotation
-
toAbsoluteBlockPos
-
isXRelative
boolean isXRelative() -
isYRelative
boolean isYRelative() -
isZRelative
boolean isZRelative()
-