Package net.minecraft.command
Class CommandSource.RelativePosition
java.lang.Object
net.minecraft.command.CommandSource.RelativePosition
- Enclosing interface:
- CommandSource
public static class CommandSource.RelativePosition extends Object
- Mappings:
Namespace Name official dd$aintermediary net/minecraft/class_2172$class_2173named net/minecraft/command/CommandSource$RelativePosition
-
Field Summary
Fields Modifier and Type Field Description StringxStringyStringzstatic CommandSource.RelativePositionZERO_LOCALstatic CommandSource.RelativePositionZERO_WORLD -
Constructor Summary
Constructors Constructor Description RelativePosition(String x, String y, String z) -
Method Summary
-
Field Details
-
ZERO_LOCAL
- Mappings:
Namespace Name Mixin selector official aLdd$a;a:Ldd$a;intermediary field_9834Lnet/minecraft/class_2172$class_2173;field_9834:Lnet/minecraft/class_2172$class_2173;named ZERO_LOCALLnet/minecraft/command/CommandSource$RelativePosition;ZERO_LOCAL:Lnet/minecraft/command/CommandSource$RelativePosition;
-
ZERO_WORLD
- Mappings:
Namespace Name Mixin selector official bLdd$a;b:Ldd$a;intermediary field_9838Lnet/minecraft/class_2172$class_2173;field_9838:Lnet/minecraft/class_2172$class_2173;named ZERO_WORLDLnet/minecraft/command/CommandSource$RelativePosition;ZERO_WORLD:Lnet/minecraft/command/CommandSource$RelativePosition;
-
x
- Mappings:
Namespace Name Mixin selector official cLdd$a;c:Ljava/lang/String;intermediary field_9835Lnet/minecraft/class_2172$class_2173;field_9835:Ljava/lang/String;named xLnet/minecraft/command/CommandSource$RelativePosition;x:Ljava/lang/String;
-
y
- Mappings:
Namespace Name Mixin selector official dLdd$a;d:Ljava/lang/String;intermediary field_9836Lnet/minecraft/class_2172$class_2173;field_9836:Ljava/lang/String;named yLnet/minecraft/command/CommandSource$RelativePosition;y:Ljava/lang/String;
-
z
- Mappings:
Namespace Name Mixin selector official eLdd$a;e:Ljava/lang/String;intermediary field_9837Lnet/minecraft/class_2172$class_2173;field_9837:Ljava/lang/String;named zLnet/minecraft/command/CommandSource$RelativePosition;z:Ljava/lang/String;
-
-
Constructor Details
-
RelativePosition
- Mappings:
Namespace Name Mixin selector official <init>Ldd$a;<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_2172$class_2173;<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Vnamed <init>Lnet/minecraft/command/CommandSource$RelativePosition;<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
-