Interface ItemTooltipCallback


@Environment(CLIENT) public interface ItemTooltipCallback
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Fired after the game has appended all base tooltip lines to the list.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    getTooltip​(net.minecraft.item.ItemStack stack, net.minecraft.client.item.TooltipContext context, List<net.minecraft.text.Text> lines)
    Called when an item stack's tooltip is rendered.
  • Field Details

    • EVENT

      static final Event<ItemTooltipCallback> EVENT
      Fired after the game has appended all base tooltip lines to the list.
  • Method Details

    • getTooltip

      void getTooltip(net.minecraft.item.ItemStack stack, net.minecraft.client.item.TooltipContext context, List<net.minecraft.text.Text> lines)
      Called when an item stack's tooltip is rendered. Text added to lines will be rendered with the tooltip.
      Parameters:
      lines - the list containing the lines of text displayed on the stack's tooltip