类 OverlayTexture

java.lang.Object
net.minecraft.client.renderer.texture.OverlayTexture
所有已实现的接口:
AutoCloseable

public class OverlayTexture extends Object implements AutoCloseable
  • 字段详细资料

    • SIZE

      private static final int SIZE
      另请参阅:
    • NO_WHITE_U

      public static final int NO_WHITE_U
      另请参阅:
    • RED_OVERLAY_V

      public static final int RED_OVERLAY_V
      另请参阅:
    • WHITE_OVERLAY_V

      public static final int WHITE_OVERLAY_V
      另请参阅:
    • NO_OVERLAY

      public static final int NO_OVERLAY
    • texture

      private final DynamicTexture texture
  • 构造器详细资料

    • OverlayTexture

      public OverlayTexture()
  • 方法详细资料

    • close

      public void close()
      指定者:
      close 在接口中 AutoCloseable
    • setupOverlayColor

      public void setupOverlayColor()
    • u

      public static int u(float p_118089_)
    • v

      public static int v(boolean p_118097_)
    • pack

      public static int pack(int p_118094_, int p_118095_)
    • pack

      public static int pack(float p_118091_, boolean p_118092_)
    • teardownOverlayColor

      public void teardownOverlayColor()