Enum Class GuiListStylePosition

java.lang.Object
java.lang.Enum<GuiListStylePosition>
com.render.api.gui.GuiListStylePosition
All Implemented Interfaces:
Serializable, Comparable<GuiListStylePosition>, Constable

public enum GuiListStylePosition extends Enum<GuiListStylePosition>
Placement of a generated list marker relative to the list item's principal box.
  • Enum Constant Details

    • OUTSIDE

      public static final GuiListStylePosition OUTSIDE
      Places the marker in a marker column outside the content box.
    • INSIDE

      public static final GuiListStylePosition INSIDE
      Places the marker as the first inline-level child.
  • Method Details

    • values

      public static GuiListStylePosition[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static GuiListStylePosition valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null