Class ModelPart.Vertex

java.lang.Object
net.minecraft.client.model.geom.ModelPart.Vertex
Enclosing class:
ModelPart

static class ModelPart.Vertex extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final org.joml.Vector3f
     
    final float
     
    final float
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Vertex(float p_104375_, float p_104376_, float p_104377_, float p_104378_, float p_104379_)
     
    Vertex(org.joml.Vector3f p_253667_, float p_253662_, float p_254308_)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    remap(float p_104385_, float p_104386_)
     

    Methods inherited from class java.lang.Object

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

    • pos

      public final org.joml.Vector3f pos
    • u

      public final float u
    • v

      public final float v
  • Constructor Details

    • Vertex

      public Vertex(float p_104375_, float p_104376_, float p_104377_, float p_104378_, float p_104379_)
    • Vertex

      public Vertex(org.joml.Vector3f p_253667_, float p_253662_, float p_254308_)
  • Method Details