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 dq$b
intermediary net/minecraft/class_2172$class_2173
named net/minecraft/command/CommandSource$RelativePosition
  • Field Details

    • ZERO_LOCAL

      public static final CommandSource.RelativePosition ZERO_LOCAL
      Mappings:
      Namespace Name Mixin selector
      official a Ldq$b;a:Ldq$b;
      intermediary field_9834 Lnet/minecraft/class_2172$class_2173;field_9834:Lnet/minecraft/class_2172$class_2173;
      named ZERO_LOCAL Lnet/minecraft/command/CommandSource$RelativePosition;ZERO_LOCAL:Lnet/minecraft/command/CommandSource$RelativePosition;
    • ZERO_WORLD

      public static final CommandSource.RelativePosition ZERO_WORLD
      Mappings:
      Namespace Name Mixin selector
      official b Ldq$b;b:Ldq$b;
      intermediary field_9838 Lnet/minecraft/class_2172$class_2173;field_9838:Lnet/minecraft/class_2172$class_2173;
      named ZERO_WORLD Lnet/minecraft/command/CommandSource$RelativePosition;ZERO_WORLD:Lnet/minecraft/command/CommandSource$RelativePosition;
    • x

      public final String x
      Mappings:
      Namespace Name Mixin selector
      official c Ldq$b;c:Ljava/lang/String;
      intermediary field_9835 Lnet/minecraft/class_2172$class_2173;field_9835:Ljava/lang/String;
      named x Lnet/minecraft/command/CommandSource$RelativePosition;x:Ljava/lang/String;
    • y

      public final String y
      Mappings:
      Namespace Name Mixin selector
      official d Ldq$b;d:Ljava/lang/String;
      intermediary field_9836 Lnet/minecraft/class_2172$class_2173;field_9836:Ljava/lang/String;
      named y Lnet/minecraft/command/CommandSource$RelativePosition;y:Ljava/lang/String;
    • z

      public final String z
      Mappings:
      Namespace Name Mixin selector
      official e Ldq$b;e:Ljava/lang/String;
      intermediary field_9837 Lnet/minecraft/class_2172$class_2173;field_9837:Ljava/lang/String;
      named z Lnet/minecraft/command/CommandSource$RelativePosition;z:Ljava/lang/String;
  • Constructor Details

    • RelativePosition

      public RelativePosition(String x, String y, String z)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldq$b;<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_2172$class_2173;<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
      named <init> Lnet/minecraft/command/CommandSource$RelativePosition;<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V