Package net.minecraft.command.argument
Interface PosArgument
- All Known Implementing Classes:
DefaultPosArgument,LookingPosArgument
public interface PosArgument
- Mappings:
Namespace Name named net/minecraft/command/argument/PosArgumentintermediary net/minecraft/class_2267official gv
-
Method Summary
Modifier and TypeMethodDescriptiongetPos(ServerCommandSource source) getRotation(ServerCommandSource source) booleanbooleanbooleandefault BlockPos
-
Method Details
-
getPos
- Mappings:
Namespace Name Mixin selector named getPosLnet/minecraft/command/argument/PosArgument;getPos(Lnet/minecraft/server/command/ServerCommandSource;)Lnet/minecraft/util/math/Vec3d;intermediary method_9708Lnet/minecraft/class_2267;method_9708(Lnet/minecraft/class_2168;)Lnet/minecraft/class_243;official aLgv;a(Lex;)Lfbb;
-
getRotation
- Mappings:
Namespace Name Mixin selector named getRotationLnet/minecraft/command/argument/PosArgument;getRotation(Lnet/minecraft/server/command/ServerCommandSource;)Lnet/minecraft/util/math/Vec2f;intermediary method_9709Lnet/minecraft/class_2267;method_9709(Lnet/minecraft/class_2168;)Lnet/minecraft/class_241;official bLgv;b(Lex;)Lfba;
-
toAbsoluteBlockPos
- Mappings:
Namespace Name Mixin selector named toAbsoluteBlockPosLnet/minecraft/command/argument/PosArgument;toAbsoluteBlockPos(Lnet/minecraft/server/command/ServerCommandSource;)Lnet/minecraft/util/math/BlockPos;intermediary method_9704Lnet/minecraft/class_2267;method_9704(Lnet/minecraft/class_2168;)Lnet/minecraft/class_2338;official cLgv;c(Lex;)Lji;
-
isXRelative
boolean isXRelative()- Mappings:
Namespace Name Mixin selector named isXRelativeLnet/minecraft/command/argument/PosArgument;isXRelative()Zintermediary method_9705Lnet/minecraft/class_2267;method_9705()Zofficial aLgv;a()Z
-
isYRelative
boolean isYRelative()- Mappings:
Namespace Name Mixin selector named isYRelativeLnet/minecraft/command/argument/PosArgument;isYRelative()Zintermediary method_9706Lnet/minecraft/class_2267;method_9706()Zofficial bLgv;b()Z
-
isZRelative
boolean isZRelative()- Mappings:
Namespace Name Mixin selector named isZRelativeLnet/minecraft/command/argument/PosArgument;isZRelative()Zintermediary method_9707Lnet/minecraft/class_2267;method_9707()Zofficial cLgv;c()Z
-