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 p_300144_, int p_297966_, int p_301171_, int p_299404_, EqualSpacingLayout.Orientation p_300279_) EqualSpacingLayout
(int p_298986_, int p_300198_, EqualSpacingLayout.Orientation p_297766_)