Interface MultiLineLabel
public interface MultiLineLabel
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic MultiLineLabelstatic MultiLineLabelstatic MultiLineLabelstatic MultiLineLabelintgetStyleAtCentered(int x, int y, int height, double mouseX, double mouseY) getStyleAtLeftAligned(int x, int y, int height, double mouseX, double mouseY) intgetWidth()voidrenderCentered(GuiGraphics guiGraphics, int x, int y) voidrenderCentered(GuiGraphics guiGraphics, int x, int y, int lineHeight, int color) voidrenderLeftAligned(GuiGraphics guiGraphics, int x, int y, int lineHeight, int color) intrenderLeftAlignedNoShadow(GuiGraphics guiGraphics, int x, int y, int lineHeight, int color)
-
Field Details
-
EMPTY
-
-
Method Details
-
create
-
create
-
create
-
create
-
renderCentered
-
renderCentered
-
renderLeftAligned
-
renderLeftAlignedNoShadow
-
getStyleAtCentered
-
getStyleAtLeftAligned
-
getLineCount
int getLineCount() -
getWidth
int getWidth()
-