Class OverlayTexture

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

public class OverlayTexture extends Object implements AutoCloseable
  • Field Details

  • 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 pU)
    • v

      public static int v(boolean pHurt)
    • pack

      public static int pack(int pU, int pV)
    • pack

      public static int pack(float pU, boolean pHurt)
    • teardownOverlayColor

      public void teardownOverlayColor()