Interface RenderTypeAccessor


public interface RenderTypeAccessor
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.client.renderer.RenderType.CompositeRenderType
    create(String name, com.mojang.blaze3d.vertex.VertexFormat vertexFormat, com.mojang.blaze3d.vertex.VertexFormat.Mode drawMode, int expectedBufferSize, boolean hasCrumbling, boolean translucent, net.minecraft.client.renderer.RenderType.CompositeState phases)
     
    boolean
     
  • Method Details

    • getSortOnUpload

      boolean getSortOnUpload()
    • create

      static net.minecraft.client.renderer.RenderType.CompositeRenderType create(String name, com.mojang.blaze3d.vertex.VertexFormat vertexFormat, com.mojang.blaze3d.vertex.VertexFormat.Mode drawMode, int expectedBufferSize, boolean hasCrumbling, boolean translucent, net.minecraft.client.renderer.RenderType.CompositeState phases)