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