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 align, int x, int y, int height, double mouseX, double mouseY) intMultiLineLabel.render(GuiGraphics guiGraphics, MultiLineLabel.Align align, int x, int y, int lineHeight, boolean unused, int color)