Package net.minecraft.client.font
Interface TextHandler.WidthRetriever
- Enclosing class:
 TextHandler
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
A retriever of character width.
- Mappings:
 Namespace Name official enz$fintermediary net/minecraft/class_5225$class_5231named net/minecraft/client/font/TextHandler$WidthRetriever
- 
Method Summary
 
- 
Method Details
- 
getWidth
Returns the width of a character.- Parameters:
 codePoint- the character's code pointstyle- the style of the character, carrying font and formatting information- Returns:
 - the width of a character
 - Mappings:
 Namespace Name Mixin selector official getWidthLenz$f;getWidth(ILts;)Fintermediary getWidthLnet/minecraft/class_5225$class_5231;getWidth(ILnet/minecraft/class_2583;)Fnamed getWidthLnet/minecraft/client/font/TextHandler$WidthRetriever;getWidth(ILnet/minecraft/text/Style;)F
 
 -