Class WailaHelper

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

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

    Modifier and Type
    Method
    Description
    static int
    getAlpha(int argb)
    Deprecated.
    static int
    getBlue(int rgb)
    Deprecated.
    static int
    getGreen(int rgb)
    Deprecated.
    static double
    getLuminance(int rgb)
    Deprecated.
    static int
    getRed(int rgb)
    Deprecated.
    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.
    static String
    suffix(long value)
    Deprecated.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.