Skip to content

Commit

Permalink
Renamed arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Estecka committed Nov 1, 2024
1 parent 3ba75d0 commit e68616c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mappings/net/minecraft/util/math/Direction.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ CLASS net/minecraft/class_2350 net/minecraft/util/math/Direction
ARG 8 axis
ARG 9 vector
METHOD method_10139 fromHorizontalQuarterTurns (I)Lnet/minecraft/class_2350;
ARG 0 value
ARG 0 quarterTurns
METHOD method_10140 (Lnet/minecraft/class_2350;)I
ARG 0 direction
METHOD method_10141 (Lnet/minecraft/class_2350;)I
Expand All @@ -52,7 +52,7 @@ CLASS net/minecraft/class_2350 net/minecraft/util/math/Direction
ARG 2 z
METHOD method_10148 getOffsetX ()I
METHOD method_10150 fromHorizontalDegrees (D)Lnet/minecraft/class_2350;
ARG 0 rotation
ARG 0 angle
METHOD method_10151 getName ()Ljava/lang/String;
METHOD method_10153 getOpposite ()Lnet/minecraft/class_2350;
METHOD method_10155 (Lnet/minecraft/class_2350;)Z
Expand Down

0 comments on commit e68616c

Please sign in to comment.