Uses of Enum Class
net.minecraft.client.gui.layouts.EqualSpacingLayout.Orientation
Packages that use EqualSpacingLayout.Orientation
-
Uses of EqualSpacingLayout.Orientation in net.minecraft.client.gui.layouts
Fields in net.minecraft.client.gui.layouts declared as EqualSpacingLayout.OrientationModifier and TypeFieldDescriptionprivate final EqualSpacingLayout.Orientation
EqualSpacingLayout.orientation
Methods in net.minecraft.client.gui.layouts that return EqualSpacingLayout.OrientationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static EqualSpacingLayout.Orientation[]
EqualSpacingLayout.Orientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.gui.layouts with parameters of type EqualSpacingLayout.OrientationModifierConstructorDescriptionEqualSpacingLayout
(int pX, int pY, int pWidth, int pHeight, EqualSpacingLayout.Orientation pOrientation) EqualSpacingLayout
(int pWidth, int pHeight, EqualSpacingLayout.Orientation pOrientation)