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$f- intermediary - net/minecraft/class_5225$class_5231- named - net/minecraft/client/font/TextHandler$WidthRetriever
- 
Method Summary
- 
Method Details- 
getWidthReturns the width of a character.- Parameters:
- codePoint- the character's code point
- style- the style of the character, carrying font and formatting information
- Returns:
- the width of a character
- Mappings:
- Namespace - Name - Mixin selector - official - getWidth- Lenz$f;getWidth(ILts;)F- intermediary - getWidth- Lnet/minecraft/class_5225$class_5231;getWidth(ILnet/minecraft/class_2583;)F- named - getWidth- Lnet/minecraft/client/font/TextHandler$WidthRetriever;getWidth(ILnet/minecraft/text/Style;)F
 
 
-