Interface MultiLineLabel
public interface MultiLineLabel
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic MultiLineLabel
static MultiLineLabel
static MultiLineLabel
static MultiLineLabel
int
int
getWidth()
void
renderCentered
(GuiGraphics pGuiGraphics, int pX, int pY) void
renderCentered
(GuiGraphics pGuiGraphics, int pX, int pY, int pLineHeight, int pColor) void
renderLeftAligned
(GuiGraphics pGuiGraphics, int pX, int pY, int pLineHeight, int pColor) int
renderLeftAlignedNoShadow
(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()
-