Class LookingPosArgument

java.lang.Object
net.minecraft.command.argument.LookingPosArgument
All Implemented Interfaces:
PosArgument

public class LookingPosArgument extends Object implements PosArgument
Mappings:
Namespace Name
official fg
intermediary net/minecraft/class_2268
named net/minecraft/command/argument/LookingPosArgument
  • Field Details

    • CARET

      public static final char CARET
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lfg;a:C
      intermediary field_32941 Lnet/minecraft/class_2268;field_32941:C
      named CARET Lnet/minecraft/command/argument/LookingPosArgument;CARET:C
    • x

      private final double x
      Mappings:
      Namespace Name Mixin selector
      official b Lfg;b:D
      intermediary field_10714 Lnet/minecraft/class_2268;field_10714:D
      named x Lnet/minecraft/command/argument/LookingPosArgument;x:D
    • y

      private final double y
      Mappings:
      Namespace Name Mixin selector
      official c Lfg;c:D
      intermediary field_10713 Lnet/minecraft/class_2268;field_10713:D
      named y Lnet/minecraft/command/argument/LookingPosArgument;y:D
    • z

      private final double z
      Mappings:
      Namespace Name Mixin selector
      official d Lfg;d:D
      intermediary field_10712 Lnet/minecraft/class_2268;field_10712:D
      named z Lnet/minecraft/command/argument/LookingPosArgument;z:D
  • Constructor Details

    • LookingPosArgument

      public LookingPosArgument(double x, double y, double z)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfg;<init>(DDD)V
      intermediary <init> Lnet/minecraft/class_2268;<init>(DDD)V
      named <init> Lnet/minecraft/command/argument/LookingPosArgument;<init>(DDD)V
  • Method Details

    • toAbsolutePos

      public Vec3d toAbsolutePos(ServerCommandSource source)
      Specified by:
      toAbsolutePos in interface PosArgument
      Mappings:
      Namespace Name Mixin selector
      official a Lff;a(Ldn;)Leae;
      intermediary method_9708 Lnet/minecraft/class_2267;method_9708(Lnet/minecraft/class_2168;)Lnet/minecraft/class_243;
      named toAbsolutePos Lnet/minecraft/command/argument/PosArgument;toAbsolutePos(Lnet/minecraft/server/command/ServerCommandSource;)Lnet/minecraft/util/math/Vec3d;
    • toAbsoluteRotation

      public Vec2f toAbsoluteRotation(ServerCommandSource source)
      Specified by:
      toAbsoluteRotation in interface PosArgument
      Mappings:
      Namespace Name Mixin selector
      official b Lff;b(Ldn;)Lead;
      intermediary method_9709 Lnet/minecraft/class_2267;method_9709(Lnet/minecraft/class_2168;)Lnet/minecraft/class_241;
      named toAbsoluteRotation Lnet/minecraft/command/argument/PosArgument;toAbsoluteRotation(Lnet/minecraft/server/command/ServerCommandSource;)Lnet/minecraft/util/math/Vec2f;
    • isXRelative

      public boolean isXRelative()
      Specified by:
      isXRelative in interface PosArgument
      Mappings:
      Namespace Name Mixin selector
      official a Lff;a()Z
      intermediary method_9705 Lnet/minecraft/class_2267;method_9705()Z
      named isXRelative Lnet/minecraft/command/argument/PosArgument;isXRelative()Z
    • isYRelative

      public boolean isYRelative()
      Specified by:
      isYRelative in interface PosArgument
      Mappings:
      Namespace Name Mixin selector
      official b Lff;b()Z
      intermediary method_9706 Lnet/minecraft/class_2267;method_9706()Z
      named isYRelative Lnet/minecraft/command/argument/PosArgument;isYRelative()Z
    • isZRelative

      public boolean isZRelative()
      Specified by:
      isZRelative in interface PosArgument
      Mappings:
      Namespace Name Mixin selector
      official c Lff;c()Z
      intermediary method_9707 Lnet/minecraft/class_2267;method_9707()Z
      named isZRelative Lnet/minecraft/command/argument/PosArgument;isZRelative()Z
    • parse

      public static LookingPosArgument parse(com.mojang.brigadier.StringReader reader) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lfg;a(Lcom/mojang/brigadier/StringReader;)Lfg;
      intermediary method_9711 Lnet/minecraft/class_2268;method_9711(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/class_2268;
      named parse Lnet/minecraft/command/argument/LookingPosArgument;parse(Lcom/mojang/brigadier/StringReader;)Lnet/minecraft/command/argument/LookingPosArgument;
    • readCoordinate

      private static double readCoordinate(com.mojang.brigadier.StringReader reader, int startingCursorPos) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
      Mappings:
      Namespace Name Mixin selector
      official a Lfg;a(Lcom/mojang/brigadier/StringReader;I)D
      intermediary method_9710 Lnet/minecraft/class_2268;method_9710(Lcom/mojang/brigadier/StringReader;I)D
      named readCoordinate Lnet/minecraft/command/argument/LookingPosArgument;readCoordinate(Lcom/mojang/brigadier/StringReader;I)D
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
      Mappings:
      Namespace Name Mixin selector
      official equals Lfg;equals(Ljava/lang/Object;)Z
      intermediary equals Lnet/minecraft/class_2268;equals(Ljava/lang/Object;)Z
      named equals Lnet/minecraft/command/argument/LookingPosArgument;equals(Ljava/lang/Object;)Z
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object