Uses of Enum Class
net.minecraft.client.gui.components.MultiLineLabel.Align
Packages that use MultiLineLabel.Align
-
Uses of MultiLineLabel.Align in net.minecraft.client.gui.components
Methods in net.minecraft.client.gui.components that return MultiLineLabel.AlignModifier and TypeMethodDescriptionstatic MultiLineLabel.AlignReturns the enum constant of this class with the specified name.static MultiLineLabel.Align[]MultiLineLabel.Align.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gui.components with parameters of type MultiLineLabel.AlignModifier and TypeMethodDescriptionMultiLineLabel.getStyle(MultiLineLabel.Align pAlign, int pX, int pY, int pHeight, double pMouseX, double pMouseY) intMultiLineLabel.render(GuiGraphics pGuiGraphics, MultiLineLabel.Align pAlign, int pX, int pY, int pLineHeight, boolean pUnused, int pColor)