Skip to content

Commit

Permalink
Rename fromRotation and fromHorizontal
Browse files Browse the repository at this point in the history
  • Loading branch information
Estecka committed Oct 31, 2024
1 parent a490353 commit 3ba75d0
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 @@ -27,7 +27,7 @@ CLASS net/minecraft/class_2350 net/minecraft/util/math/Direction
ARG 7 direction
ARG 8 axis
ARG 9 vector
METHOD method_10139 fromHorizontal (I)Lnet/minecraft/class_2350;
METHOD method_10139 fromHorizontalQuarterTurns (I)Lnet/minecraft/class_2350;
ARG 0 value
METHOD method_10140 (Lnet/minecraft/class_2350;)I
ARG 0 direction
Expand All @@ -51,7 +51,7 @@ CLASS net/minecraft/class_2350 net/minecraft/util/math/Direction
ARG 1 y
ARG 2 z
METHOD method_10148 getOffsetX ()I
METHOD method_10150 fromRotation (D)Lnet/minecraft/class_2350;
METHOD method_10150 fromHorizontalDegrees (D)Lnet/minecraft/class_2350;
ARG 0 rotation
METHOD method_10151 getName ()Ljava/lang/String;
METHOD method_10153 getOpposite ()Lnet/minecraft/class_2350;
Expand Down

0 comments on commit 3ba75d0

Please sign in to comment.