Package guideme.scene.annotation
Class InWorldAnnotationRenderer
java.lang.Object
guideme.scene.annotation.InWorldAnnotationRenderer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.blaze3d.pipeline.RenderPipeline
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
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)
-