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