Package net.minecraft.client.option
Interface SimpleOption.TooltipFactory<T>
- All Superinterfaces:
- Function<T,- List<OrderedText>> 
- Enclosing class:
- SimpleOption<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
@Environment(CLIENT)
public static interface SimpleOption.TooltipFactory<T>
extends Function<T,List<OrderedText>> 
- Mappings:
- Namespace - Name - official - efx$l- intermediary - net/minecraft/class_7172$class_7277- named - net/minecraft/client/option/SimpleOption$TooltipFactory
- 
Method Summary