Class OverlayTexture
- java.lang.Object
-
- net.minecraft.client.renderer.texture.OverlayTexture
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class OverlayTexture extends java.lang.Object implements java.lang.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description static intNO_OVERLAYprivate DynamicTexturetexture
-
Constructor Summary
Constructors Constructor Description OverlayTexture()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()static intpack(float p_229200_0_, boolean p_229200_1_)static intpack(int p_229201_0_, int p_229201_1_)voidsetupOverlayColor()voidteardownOverlayColor()static intu(float p_229199_0_)static intv(boolean p_229202_0_)
-
-
-
Field Detail
-
NO_OVERLAY
public static final int NO_OVERLAY
-
texture
private final DynamicTexture texture
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable
-
setupOverlayColor
public void setupOverlayColor()
-
u
public static int u(float p_229199_0_)
-
v
public static int v(boolean p_229202_0_)
-
pack
public static int pack(int p_229201_0_, int p_229201_1_)
-
pack
public static int pack(float p_229200_0_, boolean p_229200_1_)
-
teardownOverlayColor
public void teardownOverlayColor()
-
-