Interface ClientTooltipEvent.RenderModifyPosition
- Enclosing interface:
- ClientTooltipEvent
@Environment(CLIENT)
public static interface ClientTooltipEvent.RenderModifyPosition
-
Method Summary
Modifier and TypeMethodDescriptionvoidrenderTooltip(com.mojang.blaze3d.vertex.PoseStack matrices, ClientTooltipEvent.PositionContext context) Event to manipulate the position of the tooltip.
-
Method Details
-
renderTooltip
void renderTooltip(com.mojang.blaze3d.vertex.PoseStack matrices, ClientTooltipEvent.PositionContext context) Event to manipulate the position of the tooltip.- Parameters:
matrices- The pose stack.context- The current position context.
-