Interface ToggleTooltipsLootFunction.TooltipSetter<T>

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

@FunctionalInterface private static interface ToggleTooltipsLootFunction.TooltipSetter<T>
Mappings:
Namespace Name
named net/minecraft/loot/function/ToggleTooltipsLootFunction$TooltipSetter
intermediary net/minecraft/class_9429$class_9431
official euh$b
  • Method Summary

    Modifier and Type
    Method
    Description
    withTooltip(T componentType, boolean showInTooltip)
     
  • Method Details

    • withTooltip

      T withTooltip(T componentType, boolean showInTooltip)
      Mappings:
      Namespace Name Mixin selector
      named withTooltip Lnet/minecraft/loot/function/ToggleTooltipsLootFunction$TooltipSetter;withTooltip(Ljava/lang/Object;Z)Ljava/lang/Object;
      intermediary withTooltip Lnet/minecraft/class_9429$class_9431;withTooltip(Ljava/lang/Object;Z)Ljava/lang/Object;
      official withTooltip Leuh$b;withTooltip(Ljava/lang/Object;Z)Ljava/lang/Object;