java.lang.Object
net.minecraft.client.model.geom.builders.UVPair

public class UVPair extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private float
     
    private float
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    UVPair​(float p_171610_, float p_171611_)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    float
    u()
     
    float
    v()
     

    Methods inherited from class java.lang.Object

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

    • u

      private final float u
    • v

      private final float v
  • Constructor Details

    • UVPair

      public UVPair(float p_171610_, float p_171611_)
  • Method Details

    • u

      public float u()
    • v

      public float v()
    • toString

      public String toString()
      Overrides:
      toString in class Object