Interface SphereRenderer


public interface SphereRenderer
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static void
    entity(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, Color color, UV uv, LightUV light, OverlayUV overlay, VertexCallback callback)
     
    static void
    entity(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, VertexCallback callback)
     
    static void
    lines(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, Color color, VertexCallback callback)
     
    static void
    lines(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, net.minecraft.client.renderer.MultiBufferSource buffers, BufferSupplier type, Color color)
     
    static void
    quads(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, Color color, VertexCallback callback)
     
    static void
    quads(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, net.minecraft.client.renderer.MultiBufferSource buffers, BufferSupplier type, boolean cull, Color color)
     
  • Method Details

    • entity

      static void entity(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, Color color, UV uv, LightUV light, OverlayUV overlay, VertexCallback callback)
    • entity

      static void entity(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, VertexCallback callback)
    • quads

      static void quads(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, net.minecraft.client.renderer.MultiBufferSource buffers, BufferSupplier type, boolean cull, Color color)
    • quads

      static void quads(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, Color color, VertexCallback callback)
    • lines

      static void lines(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, Color color, VertexCallback callback)
    • lines

      static void lines(com.mojang.blaze3d.vertex.PoseStack ms, float x, float y, float z, float s, SpherePoints points, net.minecraft.client.renderer.MultiBufferSource buffers, BufferSupplier type, Color color)