Interface ClientEvents.ItemTooltip

Enclosing interface:
ClientEvents
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ClientEvents.ItemTooltip
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onTooltip(net.minecraft.world.item.ItemStack stack, net.minecraft.world.item.TooltipFlag flag, List<net.minecraft.network.chat.Component> lines)
     
  • Method Details

    • onTooltip

      void onTooltip(net.minecraft.world.item.ItemStack stack, net.minecraft.world.item.TooltipFlag flag, List<net.minecraft.network.chat.Component> lines)