类 ShapeRenderer

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

public class ShapeRenderer extends Object
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static void
    addChainedFilledBoxVertices(PoseStack p_364970_, VertexConsumer p_368145_, double p_361406_, double p_360919_, double p_368183_, double p_369129_, double p_366679_, double p_368318_, float p_365390_, float p_360927_, float p_369810_, float p_368692_)
     
    static void
    addChainedFilledBoxVertices(PoseStack p_363033_, VertexConsumer p_368281_, float p_363400_, float p_368959_, float p_368839_, float p_363598_, float p_369683_, float p_364534_, float p_369605_, float p_364542_, float p_367457_, float p_362117_)
     
    static void
    renderFace(PoseStack p_361398_, VertexConsumer p_368208_, Direction p_364940_, float p_361821_, float p_366736_, float p_364720_, float p_369092_, float p_365269_, float p_361985_, float p_366223_, float p_362144_, float p_364969_, float p_369822_)
     
    static void
    renderLineBox(PoseStack p_366452_, VertexConsumer p_365817_, double p_362632_, double p_362535_, double p_368825_, double p_363850_, double p_361520_, double p_367127_, float p_363525_, float p_365172_, float p_361957_, float p_362174_)
     
    static void
    renderLineBox(PoseStack p_363808_, VertexConsumer p_365769_, double p_364950_, double p_364934_, double p_370117_, double p_365763_, double p_361638_, double p_360926_, float p_362396_, float p_361053_, float p_363674_, float p_366690_, float p_365217_, float p_367742_, float p_364278_)
     
    static void
    renderLineBox(PoseStack p_367242_, VertexConsumer p_368944_, AABB p_369230_, float p_364083_, float p_362021_, float p_362124_, float p_367649_)
     
    static void
    renderShape(PoseStack p_362127_, VertexConsumer p_362290_, VoxelShape p_362784_, double p_360742_, double p_360770_, double p_368227_, int p_362030_)
     
    static void
    renderVector(PoseStack p_366769_, VertexConsumer p_362011_, org.joml.Vector3f p_367001_, Vec3 p_367730_, int p_363783_)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • ShapeRenderer

      public ShapeRenderer()
  • 方法详细资料

    • renderShape

      public static void renderShape(PoseStack p_362127_, VertexConsumer p_362290_, VoxelShape p_362784_, double p_360742_, double p_360770_, double p_368227_, int p_362030_)
    • renderLineBox

      public static void renderLineBox(PoseStack p_367242_, VertexConsumer p_368944_, AABB p_369230_, float p_364083_, float p_362021_, float p_362124_, float p_367649_)
    • renderLineBox

      public static void renderLineBox(PoseStack p_366452_, VertexConsumer p_365817_, double p_362632_, double p_362535_, double p_368825_, double p_363850_, double p_361520_, double p_367127_, float p_363525_, float p_365172_, float p_361957_, float p_362174_)
    • renderLineBox

      public static void renderLineBox(PoseStack p_363808_, VertexConsumer p_365769_, double p_364950_, double p_364934_, double p_370117_, double p_365763_, double p_361638_, double p_360926_, float p_362396_, float p_361053_, float p_363674_, float p_366690_, float p_365217_, float p_367742_, float p_364278_)
    • addChainedFilledBoxVertices

      public static void addChainedFilledBoxVertices(PoseStack p_364970_, VertexConsumer p_368145_, double p_361406_, double p_360919_, double p_368183_, double p_369129_, double p_366679_, double p_368318_, float p_365390_, float p_360927_, float p_369810_, float p_368692_)
    • addChainedFilledBoxVertices

      public static void addChainedFilledBoxVertices(PoseStack p_363033_, VertexConsumer p_368281_, float p_363400_, float p_368959_, float p_368839_, float p_363598_, float p_369683_, float p_364534_, float p_369605_, float p_364542_, float p_367457_, float p_362117_)
    • renderFace

      public static void renderFace(PoseStack p_361398_, VertexConsumer p_368208_, Direction p_364940_, float p_361821_, float p_366736_, float p_364720_, float p_369092_, float p_365269_, float p_361985_, float p_366223_, float p_362144_, float p_364969_, float p_369822_)
    • renderVector

      public static void renderVector(PoseStack p_366769_, VertexConsumer p_362011_, org.joml.Vector3f p_367001_, Vec3 p_367730_, int p_363783_)