Package net.minecraft.command.argument
Interface PosArgument
- All Known Implementing Classes:
- DefaultPosArgument,- LookingPosArgument
public interface PosArgument
- Mappings:
- Namespace - Name - official - fk- intermediary - net/minecraft/class_2267- named - net/minecraft/command/argument/PosArgument
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanbooleandefault BlockPostoAbsolutePos(ServerCommandSource source) 
- 
Method Details- 
toAbsolutePos- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfk;a(Lds;)Leei;- intermediary - method_9708- Lnet/minecraft/class_2267;method_9708(Lnet/minecraft/class_2168;)Lnet/minecraft/class_243;- named - toAbsolutePos- Lnet/minecraft/command/argument/PosArgument;toAbsolutePos(Lnet/minecraft/server/command/ServerCommandSource;)Lnet/minecraft/util/math/Vec3d;
 
- 
toAbsoluteRotation- Mappings:
- Namespace - Name - Mixin selector - official - b- Lfk;b(Lds;)Leeh;- intermediary - method_9709- Lnet/minecraft/class_2267;method_9709(Lnet/minecraft/class_2168;)Lnet/minecraft/class_241;- named - toAbsoluteRotation- Lnet/minecraft/command/argument/PosArgument;toAbsoluteRotation(Lnet/minecraft/server/command/ServerCommandSource;)Lnet/minecraft/util/math/Vec2f;
 
- 
toAbsoluteBlockPos- Mappings:
- Namespace - Name - Mixin selector - official - c- Lfk;c(Lds;)Lgu;- intermediary - method_9704- Lnet/minecraft/class_2267;method_9704(Lnet/minecraft/class_2168;)Lnet/minecraft/class_2338;- named - toAbsoluteBlockPos- Lnet/minecraft/command/argument/PosArgument;toAbsoluteBlockPos(Lnet/minecraft/server/command/ServerCommandSource;)Lnet/minecraft/util/math/BlockPos;
 
- 
isXRelativeboolean isXRelative()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfk;a()Z- intermediary - method_9705- Lnet/minecraft/class_2267;method_9705()Z- named - isXRelative- Lnet/minecraft/command/argument/PosArgument;isXRelative()Z
 
- 
isYRelativeboolean isYRelative()- Mappings:
- Namespace - Name - Mixin selector - official - b- Lfk;b()Z- intermediary - method_9706- Lnet/minecraft/class_2267;method_9706()Z- named - isYRelative- Lnet/minecraft/command/argument/PosArgument;isYRelative()Z
 
- 
isZRelativeboolean isZRelative()- Mappings:
- Namespace - Name - Mixin selector - official - c- Lfk;c()Z- intermediary - method_9707- Lnet/minecraft/class_2267;method_9707()Z- named - isZRelative- Lnet/minecraft/command/argument/PosArgument;isZRelative()Z
 
 
-