Package mcp.mobius.waila.api
Class WailaHelper
java.lang.Object
mcp.mobius.waila.api.WailaHelper
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionstatic intgetAlpha(int argb) Deprecated.static intgetBlue(int rgb) Deprecated.static intgetGreen(int rgb) Deprecated.static doublegetLuminance(int rgb) Deprecated.static intgetRed(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 Stringsuffix(long value) Deprecated.
-
Method Details
-
suffix
Deprecated. -
getAlpha
Deprecated. -
getRed
Deprecated. -
getGreen
Deprecated. -
getBlue
Deprecated. -
getLuminance
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.
-