Class OverlayTexture

java.lang.Object
net.minecraft.client.renderer.texture.OverlayTexture
All Implemented Interfaces:
AutoCloseable

public class OverlayTexture extends Object implements AutoCloseable
  • Field Details

    • NO_OVERLAY

      public static final int NO_OVERLAY
    • texture

      private final DynamicTexture texture
  • Constructor Details

    • OverlayTexture

      public OverlayTexture()
  • Method Details

    • close

      public void close()
      Specified by:
      close in interface 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()