Class ColorHelper.PackedColor

java.lang.Object
net.minecraft.util.ColorHelper.PackedColor
Enclosing class:
ColorHelper

public static class ColorHelper.PackedColor extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    alpha(int p_233004_0_)
     
    static int
    blue(int p_233009_0_)
     
    static int
    color(int p_233006_0_, int p_233006_1_, int p_233006_2_, int p_233006_3_)
     
    static int
    green(int p_233008_0_)
     
    static int
    multiply(int p_233005_0_, int p_233005_1_)
     
    static int
    red(int p_233007_0_)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PackedColor

      public PackedColor()
  • Method Details

    • alpha

      public static int alpha(int p_233004_0_)
    • red

      public static int red(int p_233007_0_)
    • green

      public static int green(int p_233008_0_)
    • blue

      public static int blue(int p_233009_0_)
    • color

      public static int color(int p_233006_0_, int p_233006_1_, int p_233006_2_, int p_233006_3_)
    • multiply

      public static int multiply(int p_233005_0_, int p_233005_1_)