Interface MultiLineLabel
public interface MultiLineLabel
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic MultiLineLabelstatic MultiLineLabelstatic MultiLineLabelstatic MultiLineLabelintgetStyleAtCentered(int pX, int pY, int pHeight, double pMouseX, double pMouseY) getStyleAtLeftAligned(int pX, int pY, int pHeight, double pMouseX, double pMouseY) intgetWidth()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) -
getStyleAtCentered
-
getStyleAtLeftAligned
-
getLineCount
int getLineCount() -
getWidth
int getWidth()
-