Class VeilUITooltipRenderer

java.lang.Object
foundry.veil.impl.client.render.VeilUITooltipRenderer

@Deprecated @Internal public class VeilUITooltipRenderer extends Object
Deprecated.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static net.minecraft.world.phys.Vec3
    Deprecated.
     
    static net.minecraft.world.phys.Vec3
    Deprecated.
     
    static int
    Deprecated.
     
    static net.minecraft.world.phys.Vec3
    Deprecated.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    drawConnectionLine(com.mojang.blaze3d.vertex.PoseStack stack, Tooltippable tooltippable, int tooltipX, int tooltipY, int desiredX, int desiredY)
    Deprecated.
     
    static void
    renderOverlay(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.DeltaTracker deltaTracker)
    Deprecated.
     

    Methods inherited from class java.lang.Object

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

    • hoverTicks

      public static int hoverTicks
      Deprecated.
    • lastHoveredPos

      public static net.minecraft.world.phys.Vec3 lastHoveredPos
      Deprecated.
    • currentPos

      public static net.minecraft.world.phys.Vec3 currentPos
      Deprecated.
    • desiredPos

      public static net.minecraft.world.phys.Vec3 desiredPos
      Deprecated.
  • Constructor Details

    • VeilUITooltipRenderer

      public VeilUITooltipRenderer()
      Deprecated.
  • Method Details

    • renderOverlay

      public static void renderOverlay(net.minecraft.client.gui.GuiGraphics graphics, net.minecraft.client.DeltaTracker deltaTracker)
      Deprecated.
    • drawConnectionLine

      public static void drawConnectionLine(com.mojang.blaze3d.vertex.PoseStack stack, Tooltippable tooltippable, int tooltipX, int tooltipY, int desiredX, int desiredY)
      Deprecated.