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 dn$a
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 Ldn$a;a:Ldn$a;
      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 Ldn$a;b:Ldn$a;
      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 Ldn$a;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 Ldn$a;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 Ldn$a;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> Ldn$a;<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