Class RenderPhase.DepthTest

java.lang.Object
net.minecraft.client.render.RenderPhase
net.minecraft.client.render.RenderPhase.DepthTest
Enclosing class:
RenderPhase

@Environment(CLIENT)
public static class RenderPhase.DepthTest
extends RenderPhase
  • Field Details

    • depthFunction

      private final String depthFunction
      A string representation of the comparison function used by this DepthTest phase.
      See Also:
      GL11.glDepthFunc(int)
    • func

      private final int func
  • Constructor Details

    • DepthTest

      public DepthTest​(String string, int int2)
  • Method Details