Class ShapeRenderer

java.lang.Object
net.minecraft.client.renderer.ShapeRenderer

public class ShapeRenderer extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addChainedFilledBoxVertices(PoseStack p_363330_, VertexConsumer p_363261_, double p_360289_, double p_364864_, double p_362702_, double p_362652_, double p_360937_, double p_365101_, float p_364932_, float p_363659_, float p_363710_, float p_364890_)
     
    static void
    addChainedFilledBoxVertices(PoseStack p_360433_, VertexConsumer p_364868_, float p_360893_, float p_361291_, float p_361737_, float p_364738_, float p_362626_, float p_362721_, float p_361437_, float p_365290_, float p_363727_, float p_361847_)
     
    static void
    renderFace(PoseStack p_364593_, VertexConsumer p_364615_, Direction p_362455_, float p_360745_, float p_364472_, float p_361704_, float p_362107_, float p_362819_, float p_362959_, float p_364620_, float p_362074_, float p_363881_, float p_360670_)
     
    static void
    renderLineBox(PoseStack p_362875_, VertexConsumer p_363124_, double p_363833_, double p_364766_, double p_361321_, double p_363898_, double p_364838_, double p_362511_, float p_364758_, float p_361439_, float p_363962_, float p_361434_)
     
    static void
    renderLineBox(PoseStack p_361633_, VertexConsumer p_362155_, double p_363670_, double p_363313_, double p_360539_, double p_361143_, double p_360876_, double p_362174_, float p_360474_, float p_362269_, float p_363641_, float p_361868_, float p_364627_, float p_360384_, float p_363766_)
     
    static void
    renderLineBox(PoseStack p_362266_, VertexConsumer p_363209_, AABB p_360496_, float p_360487_, float p_364782_, float p_364984_, float p_362275_)
     
    static void
    renderShape(PoseStack p_361053_, VertexConsumer p_364779_, VoxelShape p_362125_, double p_360355_, double p_363490_, double p_360995_, int p_380036_)
     
    static void
    renderVector(PoseStack p_360595_, VertexConsumer p_363463_, org.joml.Vector3f p_360401_, Vec3 p_364678_, int p_360349_)
     

    Methods inherited from class java.lang.Object

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

    • ShapeRenderer

      public ShapeRenderer()
  • Method Details

    • renderShape

      public static void renderShape(PoseStack p_361053_, VertexConsumer p_364779_, VoxelShape p_362125_, double p_360355_, double p_363490_, double p_360995_, int p_380036_)
    • renderLineBox

      public static void renderLineBox(PoseStack p_362266_, VertexConsumer p_363209_, AABB p_360496_, float p_360487_, float p_364782_, float p_364984_, float p_362275_)
    • renderLineBox

      public static void renderLineBox(PoseStack p_362875_, VertexConsumer p_363124_, double p_363833_, double p_364766_, double p_361321_, double p_363898_, double p_364838_, double p_362511_, float p_364758_, float p_361439_, float p_363962_, float p_361434_)
    • renderLineBox

      public static void renderLineBox(PoseStack p_361633_, VertexConsumer p_362155_, double p_363670_, double p_363313_, double p_360539_, double p_361143_, double p_360876_, double p_362174_, float p_360474_, float p_362269_, float p_363641_, float p_361868_, float p_364627_, float p_360384_, float p_363766_)
    • addChainedFilledBoxVertices

      public static void addChainedFilledBoxVertices(PoseStack p_363330_, VertexConsumer p_363261_, double p_360289_, double p_364864_, double p_362702_, double p_362652_, double p_360937_, double p_365101_, float p_364932_, float p_363659_, float p_363710_, float p_364890_)
    • addChainedFilledBoxVertices

      public static void addChainedFilledBoxVertices(PoseStack p_360433_, VertexConsumer p_364868_, float p_360893_, float p_361291_, float p_361737_, float p_364738_, float p_362626_, float p_362721_, float p_361437_, float p_365290_, float p_363727_, float p_361847_)
    • renderFace

      public static void renderFace(PoseStack p_364593_, VertexConsumer p_364615_, Direction p_362455_, float p_360745_, float p_364472_, float p_361704_, float p_362107_, float p_362819_, float p_362959_, float p_364620_, float p_362074_, float p_363881_, float p_360670_)
    • renderVector

      public static void renderVector(PoseStack p_360595_, VertexConsumer p_363463_, org.joml.Vector3f p_360401_, Vec3 p_364678_, int p_360349_)