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 int
NO_OVERLAY
private DynamicTexture
texture
-
Constructor Summary
Constructors Constructor Description OverlayTexture()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
static int
pack(float p_229200_0_, boolean p_229200_1_)
static int
pack(int p_229201_0_, int p_229201_1_)
void
setupOverlayColor()
void
teardownOverlayColor()
static int
u(float p_229199_0_)
static int
v(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:
close
in 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()
-
-