Enum Class BreastSide

java.lang.Object
java.lang.Enum<BreastSide>
com.wildfire.client.render.BreastSide
All Implemented Interfaces:
Serializable, Comparable<BreastSide>, Constable

public enum BreastSide extends Enum<BreastSide>
API Note:
Only use this on the client side (or move it to a different package)
  • Enum Constant Details

  • Method Details

    • values

      public static BreastSide[] 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 BreastSide 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
    • leftOrNegate

      public float leftOrNegate(float left)
    • forSide

      public float forSide(float left, float right)
    • forSide

      public <T> T forSide(T left, T right)