Package net.minecraft.command.argument
Interface PosArgument
- All Known Implementing Classes:
- DefaultPosArgument,- LookingPosArgument
public interface PosArgument
- Mappings:
- Namespace - Name - named - net/minecraft/command/argument/PosArgument- intermediary - net/minecraft/class_2267- official - gj
- 
Method SummaryModifier and TypeMethodDescriptiongetPos(ServerCommandSource source) getRotation(ServerCommandSource source) booleanbooleanbooleandefault BlockPos
- 
Method Details- 
getPos- Mappings:
- Namespace - Name - Mixin selector - named - getPos- Lnet/minecraft/command/argument/PosArgument;getPos(Lnet/minecraft/server/command/ServerCommandSource;)Lnet/minecraft/util/math/Vec3d;- intermediary - method_9708- Lnet/minecraft/class_2267;method_9708(Lnet/minecraft/class_2168;)Lnet/minecraft/class_243;- official - a- Lgj;a(Lek;)Lfgc;
 
- 
getRotation- Mappings:
- Namespace - Name - Mixin selector - named - getRotation- Lnet/minecraft/command/argument/PosArgument;getRotation(Lnet/minecraft/server/command/ServerCommandSource;)Lnet/minecraft/util/math/Vec2f;- intermediary - method_9709- Lnet/minecraft/class_2267;method_9709(Lnet/minecraft/class_2168;)Lnet/minecraft/class_241;- official - b- Lgj;b(Lek;)Lfgb;
 
- 
toAbsoluteBlockPos- Mappings:
- Namespace - Name - Mixin selector - named - toAbsoluteBlockPos- Lnet/minecraft/command/argument/PosArgument;toAbsoluteBlockPos(Lnet/minecraft/server/command/ServerCommandSource;)Lnet/minecraft/util/math/BlockPos;- intermediary - method_9704- Lnet/minecraft/class_2267;method_9704(Lnet/minecraft/class_2168;)Lnet/minecraft/class_2338;- official - c- Lgj;c(Lek;)Liw;
 
- 
isXRelativeboolean isXRelative()- Mappings:
- Namespace - Name - Mixin selector - named - isXRelative- Lnet/minecraft/command/argument/PosArgument;isXRelative()Z- intermediary - method_9705- Lnet/minecraft/class_2267;method_9705()Z- official - a- Lgj;a()Z
 
- 
isYRelativeboolean isYRelative()- Mappings:
- Namespace - Name - Mixin selector - named - isYRelative- Lnet/minecraft/command/argument/PosArgument;isYRelative()Z- intermediary - method_9706- Lnet/minecraft/class_2267;method_9706()Z- official - b- Lgj;b()Z
 
- 
isZRelativeboolean isZRelative()- Mappings:
- Namespace - Name - Mixin selector - named - isZRelative- Lnet/minecraft/command/argument/PosArgument;isZRelative()Z- intermediary - method_9707- Lnet/minecraft/class_2267;method_9707()Z- official - c- Lgj;c()Z
 
 
-