Interface TooltipBuilder


@Experimental public interface TooltipBuilder
Abstraction for building an in-game tooltip for mods like WAILA, Jade, WTHIT, and others.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addLine(net.minecraft.network.chat.Component line)
     
    void
    addLine(net.minecraft.network.chat.Component line, net.minecraft.resources.ResourceLocation id)
     
  • Method Details

    • addLine

      void addLine(net.minecraft.network.chat.Component line)
    • addLine

      void addLine(net.minecraft.network.chat.Component line, net.minecraft.resources.ResourceLocation id)