Package net.minecraft.client.font
Interface TextHandler.LineWrappingConsumer
- 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 consumer of the line-breaking information.
- Mappings:
 Namespace Name named net/minecraft/client/font/TextHandler$LineWrappingConsumerintermediary net/minecraft/class_5225$class_5229official fgz$d
- 
Method Summary
 
- 
Method Details
- 
accept
Accepts the information on a line-wrap segment.- Parameters:
 style- the style of this line segmentstart- the start index of this segment in the original string, inclusiveend- the end index of this segment in the original string, exclusive- Mappings:
 Namespace Name Mixin selector named acceptLnet/minecraft/client/font/TextHandler$LineWrappingConsumer;accept(Lnet/minecraft/text/Style;II)Vintermediary acceptLnet/minecraft/class_5225$class_5229;accept(Lnet/minecraft/class_2583;II)Vofficial acceptLfgz$d;accept(Lxw;II)V
 
 -