Interface MultiLineLabel
public interface MultiLineLabel
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionstatic MultiLineLabelstatic MultiLineLabelstatic MultiLineLabelcreate(Font p_94342_, FormattedText p_94343_, int p_94344_) static MultiLineLabelcreate(Font p_94346_, FormattedText p_94347_, int p_94348_, int p_94349_) static MultiLineLabelcreateFixed(Font p_94362_, List<MultiLineLabel.TextWithWidth> p_94363_) intintgetWidth()voidrenderBackgroundCentered(GuiGraphics p_282120_, int p_210818_, int p_210819_, int p_210820_, int p_210821_, int p_210822_) intrenderCentered(GuiGraphics p_281749_, int p_94334_, int p_94335_) intrenderCentered(GuiGraphics p_281785_, int p_94337_, int p_94338_, int p_94339_, int p_94340_) intrenderLeftAligned(GuiGraphics p_282655_, int p_94365_, int p_94366_, int p_94367_, int p_94368_) intrenderLeftAlignedNoShadow(GuiGraphics p_281982_, int p_94354_, int p_94355_, int p_94356_, int p_94357_) 
- 
Field Details- 
EMPTY
 
- 
- 
Method Details- 
create
- 
create
- 
create
- 
create
- 
createFixed
- 
renderCentered
- 
renderCentered
- 
renderLeftAlignedint renderLeftAligned(GuiGraphics p_282655_, int p_94365_, int p_94366_, int p_94367_, int p_94368_) 
- 
renderLeftAlignedNoShadowint renderLeftAlignedNoShadow(GuiGraphics p_281982_, int p_94354_, int p_94355_, int p_94356_, int p_94357_) 
- 
renderBackgroundCenteredvoid renderBackgroundCentered(GuiGraphics p_282120_, int p_210818_, int p_210819_, int p_210820_, int p_210821_, int p_210822_) 
- 
getLineCountint getLineCount()
- 
getWidthint getWidth()
 
-