Rename the BackgroundHelper class to ColorHelper (#2915)

* Rename the BackgroundHelper class to ColorHelper

Fixes #2907

* Move the ColorHelper class to the net.minecraft.util.math package

* Rename the ColorHelper.ColorMixer class to Argb

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
This commit is contained in:
haykam821 2021-12-23 09:19:12 -05:00 committed by GitHub
parent 664426de11
commit c1fd719b76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
CLASS net/minecraft/class_5253 net/minecraft/client/gui/hud/BackgroundHelper
CLASS class_5254 ColorMixer
CLASS net/minecraft/class_5253 net/minecraft/util/math/ColorHelper
CLASS class_5254 Argb
METHOD method_27762 getAlpha (I)I
ARG 0 argb
METHOD method_27763 mixColor (II)I