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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Abgrpublic Abgr()
 
- 
- 
Method Details- 
getAlphapublic 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
 
- 
getRedpublic 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
 
- 
getGreenpublic 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
 
- 
getBluepublic 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
 
- 
getBgrpublic 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
 
- 
toOpaquepublic 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
 
- 
getAbgrpublic 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
 
- 
withAlphapublic 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
 
 
-