| Package | Description | 
|---|---|
| net.minecraftforge.client.event | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | RenderTooltipEvent.ColorThis event is fired when the colours for the tooltip background are determined. | 
| protected static class  | RenderTooltipEvent.PostEvents inheriting from this class are fired at different stages during the tooltip rendering. | 
| static class  | RenderTooltipEvent.PostBackgroundThis event is fired directly after the tooltip background is drawn, but before any text is drawn. | 
| static class  | RenderTooltipEvent.PostTextThis event is fired directly after the tooltip text is drawn, but before the GL state is reset. | 
| static class  | RenderTooltipEvent.PreThis event is fired before any tooltip calculations are done. |