Class OverlayTexture

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

@Environment(CLIENT)
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()
    • getU

      public static int getU​(float whiteOverlayProgress)
    • getV

      public static int getV​(boolean hurt)
    • packUv

      public static int packUv​(int u, int v)
    • getUv

      public static int getUv​(float float2, boolean hurt)
    • teardownOverlayColor

      public void teardownOverlayColor()