Package net.minecraft.util.math
Class ColorHelper.Abgr
java.lang.Object
net.minecraft.util.math.ColorHelper.Abgr
- Enclosing class:
ColorHelper
- Mappings:
Namespace Name named net/minecraft/util/math/ColorHelper$Abgr
intermediary net/minecraft/class_5253$class_8045
official ayj$a
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Abgr
public Abgr()
-
-
Method Details
-
getAlpha
public static int getAlpha(int abgr) - Mappings:
Namespace Name Mixin selector named getAlpha
Lnet/minecraft/util/math/ColorHelper$Abgr;getAlpha(I)I
intermediary method_48342
Lnet/minecraft/class_5253$class_8045;method_48342(I)I
official a
Layj$a;a(I)I
-
getRed
public static int getRed(int abgr) - Mappings:
Namespace Name Mixin selector named getRed
Lnet/minecraft/util/math/ColorHelper$Abgr;getRed(I)I
intermediary method_48345
Lnet/minecraft/class_5253$class_8045;method_48345(I)I
official b
Layj$a;b(I)I
-
getGreen
public static int getGreen(int abgr) - Mappings:
Namespace Name Mixin selector named getGreen
Lnet/minecraft/util/math/ColorHelper$Abgr;getGreen(I)I
intermediary method_48346
Lnet/minecraft/class_5253$class_8045;method_48346(I)I
official c
Layj$a;c(I)I
-
getBlue
public static int getBlue(int abgr) - Mappings:
Namespace Name Mixin selector named getBlue
Lnet/minecraft/util/math/ColorHelper$Abgr;getBlue(I)I
intermediary method_48347
Lnet/minecraft/class_5253$class_8045;method_48347(I)I
official d
Layj$a;d(I)I
-
getBgr
public static int getBgr(int abgr) - Mappings:
Namespace Name Mixin selector named getBgr
Lnet/minecraft/util/math/ColorHelper$Abgr;getBgr(I)I
intermediary method_48348
Lnet/minecraft/class_5253$class_8045;method_48348(I)I
official e
Layj$a;e(I)I
-
toOpaque
public static int toOpaque(int abgr) - Mappings:
Namespace Name Mixin selector named toOpaque
Lnet/minecraft/util/math/ColorHelper$Abgr;toOpaque(I)I
intermediary method_48548
Lnet/minecraft/class_5253$class_8045;method_48548(I)I
official f
Layj$a;f(I)I
-
getAbgr
public static int getAbgr(int a, int b, int g, int r) - Mappings:
Namespace Name Mixin selector named getAbgr
Lnet/minecraft/util/math/ColorHelper$Abgr;getAbgr(IIII)I
intermediary method_48344
Lnet/minecraft/class_5253$class_8045;method_48344(IIII)I
official a
Layj$a;a(IIII)I
-
withAlpha
public static int withAlpha(int alpha, int bgr) - Mappings:
Namespace Name Mixin selector named withAlpha
Lnet/minecraft/util/math/ColorHelper$Abgr;withAlpha(II)I
intermediary method_48343
Lnet/minecraft/class_5253$class_8045;method_48343(II)I
official a
Layj$a;a(II)I
-