Class NametagUtils

java.lang.Object
meteordevelopment.meteorclient.utils.render.NametagUtils

public class NametagUtils extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static double
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    begin(org.joml.Vector3d pos)
     
    static void
    end()
     
    static void
    onRender(net.minecraft.client.util.math.MatrixStack matrices, org.joml.Matrix4f projection)
     
    static boolean
    to2D(org.joml.Vector3d pos, double scale)
     
    static boolean
    to2D(org.joml.Vector3d pos, double scale, boolean distanceScaling)
     

    Methods inherited from class java.lang.Object

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

    • scale

      public static double scale
  • Constructor Details

    • NametagUtils

      public NametagUtils()
  • Method Details

    • onRender

      public static void onRender(net.minecraft.client.util.math.MatrixStack matrices, org.joml.Matrix4f projection)
    • to2D

      public static boolean to2D(org.joml.Vector3d pos, double scale)
    • to2D

      public static boolean to2D(org.joml.Vector3d pos, double scale, boolean distanceScaling)
    • begin

      public static void begin(org.joml.Vector3d pos)
    • end

      public static void end()