Class RenderTooltipEvent.PostText

java.lang.Object
net.minecraftforge.eventbus.api.Event
Enclosing class:
RenderTooltipEvent

@Deprecated(since="1.18", forRemoval=true) public static class RenderTooltipEvent.PostText extends RenderTooltipEvent.Post
Deprecated, for removal: This API element is subject to removal in a future version.
This event is fired directly after the tooltip text is drawn, but before the GL state is reset.
  • Constructor Details

    • PostText

      public PostText(@Nonnull ItemStack stack, @Nonnull List<? extends FormattedText> textLines, PoseStack matrixStack, int x, int y, @Nonnull Font fr, int width, int height)
      Deprecated, for removal: This API element is subject to removal in a future version.