Map new methods added to the MathHelper class in 21w06a (#2043)

* Map new methods added to the MathHelper class in 21w06a

* Fix the first parameter of the lerpFromProgress method being incorrectly named larpValue
This commit is contained in:
haykam821 2021-02-10 15:16:20 -05:00 committed by GitHub
parent f3349f12b0
commit b32a964e46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -239,7 +239,7 @@ CLASS net/minecraft/class_3532 net/minecraft/util/math/MathHelper
ARG 0 random
ARG 1 min
ARG 2 max
METHOD method_32854 lerpFromProgress (DDDDD)D
METHOD method_32854 clampedLerpFromProgress (DDDDD)D
ARG 0 lerpValue
ARG 2 lerpStart
ARG 4 lerpEnd
@ -249,3 +249,11 @@ CLASS net/minecraft/class_3532 net/minecraft/util/math/MathHelper
ARG 0 random
ARG 1 mean
ARG 2 deviation
METHOD method_33722 lerpFromProgress (DDDDD)D
ARG 0 lerpValue
ARG 2 lerpStart
ARG 4 lerpEnd
ARG 6 start
ARG 8 end
METHOD method_33723 square (D)D
ARG 0 n