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 gt
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleandefault Vec3dmethod_64085(ServerCommandSource serverCommandSource) default Vec2fmethod_64086(ServerCommandSource serverCommandSource) default BlockPostoAbsolutePos(ServerCommandSource source, boolean bool) toAbsoluteRotation(ServerCommandSource source, boolean bool)
-
Method Details
-
toAbsolutePos
- Mappings:
Namespace Name Mixin selector named toAbsolutePosLnet/minecraft/command/argument/PosArgument;toAbsolutePos(Lnet/minecraft/server/command/ServerCommandSource;Z)Lnet/minecraft/util/math/Vec3d;intermediary method_9708Lnet/minecraft/class_2267;method_9708(Lnet/minecraft/class_2168;Z)Lnet/minecraft/class_243;official aLgt;a(Lev;Z)Lezh;
-
toAbsoluteRotation
- Mappings:
Namespace Name Mixin selector named toAbsoluteRotationLnet/minecraft/command/argument/PosArgument;toAbsoluteRotation(Lnet/minecraft/server/command/ServerCommandSource;Z)Lnet/minecraft/util/math/Vec2f;intermediary method_9709Lnet/minecraft/class_2267;method_9709(Lnet/minecraft/class_2168;Z)Lnet/minecraft/class_241;official bLgt;b(Lev;Z)Lezg;
-
method_64085
- Mappings:
Namespace Name Mixin selector named method_64085Lnet/minecraft/command/argument/PosArgument;method_64085(Lnet/minecraft/server/command/ServerCommandSource;)Lnet/minecraft/util/math/Vec3d;intermediary method_64085Lnet/minecraft/class_2267;method_64085(Lnet/minecraft/class_2168;)Lnet/minecraft/class_243;official aLgt;a(Lev;)Lezh;
-
method_64086
- Mappings:
Namespace Name Mixin selector named method_64086Lnet/minecraft/command/argument/PosArgument;method_64086(Lnet/minecraft/server/command/ServerCommandSource;)Lnet/minecraft/util/math/Vec2f;intermediary method_64086Lnet/minecraft/class_2267;method_64086(Lnet/minecraft/class_2168;)Lnet/minecraft/class_241;official bLgt;b(Lev;)Lezg;
-
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 cLgt;c(Lev;)Ljg;
-
isXRelative
boolean isXRelative()- Mappings:
Namespace Name Mixin selector named isXRelativeLnet/minecraft/command/argument/PosArgument;isXRelative()Zintermediary method_9705Lnet/minecraft/class_2267;method_9705()Zofficial aLgt;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 bLgt;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 cLgt;c()Z
-