Interface RenderTypeAccessor


public interface RenderTypeAccessor
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static net.minecraft.client.renderer.RenderType.CompositeRenderType
    create(String string, com.mojang.blaze3d.vertex.VertexFormat vertexFormat, com.mojang.blaze3d.vertex.VertexFormat.Mode mode, int bufSize, boolean hasCrumbling, boolean sortOnUpload, net.minecraft.client.renderer.RenderType.CompositeState compositeState)
     
  • Method Details

    • create

      static net.minecraft.client.renderer.RenderType.CompositeRenderType create(String string, com.mojang.blaze3d.vertex.VertexFormat vertexFormat, com.mojang.blaze3d.vertex.VertexFormat.Mode mode, int bufSize, boolean hasCrumbling, boolean sortOnUpload, net.minecraft.client.renderer.RenderType.CompositeState compositeState)