Package mcp.mobius.waila.api
Class WailaHelper
java.lang.Object
mcp.mobius.waila.api.WailaHelper
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
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.
-