Package net.minecraft.client.option
Interface Option.TooltipFactory<T>
- All Superinterfaces:
Function<T,List<OrderedText>>
- Enclosing class:
Option
- 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 Option.TooltipFactory<T>
extends Function<T,List<OrderedText>>
- Mappings:
Namespace Name official eap$aintermediary net/minecraft/class_316$class_5679named net/minecraft/client/option/Option$TooltipFactory
-
Method Summary