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_294661_, int p_294554_, int p_295502_, int p_295293_, EqualSpacingLayout.Orientation p_294700_) EqualSpacingLayout
(int p_296391_, int p_295404_, EqualSpacingLayout.Orientation p_296096_)