Class RenderPhase.Texture

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

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

    • id

      private final Optional<Identifier> id
    • bilinear

      private final boolean bilinear
    • mipmap

      private final boolean mipmap
  • Constructor Details

    • Texture

      public Texture​(Identifier id, boolean bilinear, boolean mipmap)
    • Texture

      public Texture()
  • Method Details