Interface RenderTooltipCallback.RenderModifyColor
- Enclosing interface:
- RenderTooltipCallback
@Environment(CLIENT)
public static interface RenderTooltipCallback.RenderModifyColor
-
Method Summary
Modifier and TypeMethodDescriptionvoidrenderTooltip(com.mojang.blaze3d.vertex.PoseStack matrices, int x, int y, RenderTooltipCallback.ColorContext context) Event to manipulate the color of the tooltip.
-
Method Details
-
renderTooltip
void renderTooltip(com.mojang.blaze3d.vertex.PoseStack matrices, int x, int y, RenderTooltipCallback.ColorContext context) Event to manipulate the color of the tooltip.- Parameters:
matrices- The pose stack.x- The x-coordinate of the tooltip.y- The y-coordinate of the tooltip.context- The current color context.
-