Enum Class WorldLineCap

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

public enum WorldLineCap extends Enum<WorldLineCap>
End-cap style used by open line ribbons.
  • Enum Constant Details

  • Method Details

    • values

      public static WorldLineCap[] 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 WorldLineCap 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