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