Class InWorldAnnotationRenderer

java.lang.Object
guideme.scene.annotation.InWorldAnnotationRenderer

public final class InWorldAnnotationRenderer extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.blaze3d.pipeline.RenderPipeline
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    render(com.mojang.blaze3d.vertex.VertexConsumer consumer, org.joml.Vector3f min, org.joml.Vector3f max, int color, float thickness, net.minecraft.client.renderer.texture.TextureAtlasSprite sprite)
     
    static void
    render(net.minecraft.client.renderer.MultiBufferSource.BufferSource buffers, Iterable<InWorldAnnotation> annotations, LightDarkMode lightDarkMode)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • OCCLUDED_PIPELINE

      public static final com.mojang.blaze3d.pipeline.RenderPipeline OCCLUDED_PIPELINE
  • Method Details

    • render

      public static void render(net.minecraft.client.renderer.MultiBufferSource.BufferSource buffers, Iterable<InWorldAnnotation> annotations, LightDarkMode lightDarkMode)
    • render

      public static void render(com.mojang.blaze3d.vertex.VertexConsumer consumer, org.joml.Vector3f min, org.joml.Vector3f max, int color, float thickness, net.minecraft.client.renderer.texture.TextureAtlasSprite sprite)