Class WailaHelper

java.lang.Object
mcp.mobius.waila.api.WailaHelper

@Deprecated public final class WailaHelper extends Object
Deprecated.
  • Method Details

    • suffix

      @Deprecated public static String suffix(long value)
      Deprecated.
    • getAlpha

      @Deprecated public static int getAlpha(int argb)
      Deprecated.
    • getRed

      @Deprecated public static int getRed(int rgb)
      Deprecated.
    • getGreen

      @Deprecated public static int getGreen(int rgb)
      Deprecated.
    • getBlue

      @Deprecated public static int getBlue(int rgb)
      Deprecated.
    • getLuminance

      @Deprecated public static double getLuminance(int rgb)
      Deprecated.
    • nullable

      @Deprecated public static <B extends io.netty.buffer.ByteBuf, V> net.minecraft.network.codec.StreamCodec<B,@Nullable V> nullable(net.minecraft.network.codec.StreamCodec<B,V> codec)
      Deprecated.