Package net.minecraftforge.client.gui
Class ClientTooltipComponentManager
java.lang.Object
net.minecraftforge.client.gui.ClientTooltipComponentManager
Manager for 
ClientTooltipComponent factories.
 Provides a lookup.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static com.google.common.collect.ImmutableMap<Class<? extends TooltipComponent>,Function<TooltipComponent, ClientTooltipComponent>>  - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable ClientTooltipComponentcreateClientTooltipComponent(TooltipComponent component) Creates a client component for the given argument, or null if unsupported.static voidinit() 
- 
Field Details
- 
FACTORIES
private static com.google.common.collect.ImmutableMap<Class<? extends TooltipComponent>,Function<TooltipComponent, FACTORIESClientTooltipComponent>>  
 - 
 - 
Constructor Details
- 
ClientTooltipComponentManager
private ClientTooltipComponentManager() 
 - 
 - 
Method Details
- 
createClientTooltipComponent
@Nullable public static @Nullable ClientTooltipComponent createClientTooltipComponent(TooltipComponent component) Creates a client component for the given argument, or null if unsupported. - 
init
@Internal public static void init() 
 -