Interface MultiLineLabel
public interface MultiLineLabel
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic MultiLineLabelstatic MultiLineLabelstatic MultiLineLabelstatic MultiLineLabelintintgetWidth()voidrenderCentered(GuiGraphics pGuiGraphics, int pX, int pY) voidrenderCentered(GuiGraphics pGuiGraphics, int pX, int pY, int pLineHeight, int pColor) voidrenderLeftAligned(GuiGraphics pGuiGraphics, int pX, int pY, int pLineHeight, int pColor) intrenderLeftAlignedNoShadow(GuiGraphics pGuiGraphics, int pX, int pY, int pLineHeight, int pColor)
-
Field Details
-
EMPTY
-
-
Method Details
-
create
-
create
-
create
-
create
-
renderCentered
-
renderCentered
-
renderLeftAligned
-
renderLeftAlignedNoShadow
int renderLeftAlignedNoShadow(GuiGraphics pGuiGraphics, int pX, int pY, int pLineHeight, int pColor) -
getLineCount
int getLineCount() -
getWidth
int getWidth()
-