Package foundry.veil.impl.client.render
Class VeilUITooltipRenderer
java.lang.Object
foundry.veil.impl.client.render.VeilUITooltipRenderer
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Field Details
-
hoverTicks
public static int hoverTicksDeprecated. -
lastHoveredPos
public static net.minecraft.world.phys.Vec3 lastHoveredPosDeprecated. -
currentPos
public static net.minecraft.world.phys.Vec3 currentPosDeprecated. -
desiredPos
public static net.minecraft.world.phys.Vec3 desiredPosDeprecated.
-
-
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.
-