Uses of Enum Class
net.minecraft.client.gui.widget.DirectionalLayoutWidget.DisplayAxis
-
Uses of DirectionalLayoutWidget.DisplayAxis in net.minecraft.client.gui.widget
Modifier and TypeFieldDescriptionprivate final DirectionalLayoutWidget.DisplayAxis
DirectionalLayoutWidget.axis
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DirectionalLayoutWidget.DisplayAxis[]
DirectionalLayoutWidget.DisplayAxis.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionDirectionalLayoutWidget
(int x, int y, DirectionalLayoutWidget.DisplayAxis axis) private