Enum Class FaceInfo.Extent

java.lang.Object
java.lang.Enum<FaceInfo.Extent>
net.minecraft.client.renderer.FaceInfo.Extent
All Implemented Interfaces:
Serializable, Comparable<FaceInfo.Extent>, Constable
Enclosing class:
FaceInfo

public static enum FaceInfo.Extent extends Enum<FaceInfo.Extent>
  • Enum Constant Details

  • Constructor Details

    • Extent

      private Extent()
  • Method Details

    • values

      public static FaceInfo.Extent[] 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 FaceInfo.Extent 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
    • select

      public float select(Vector3fc min, Vector3fc max)
    • select

      public float select(float minX, float minY, float minZ, float maxX, float maxY, float maxZ)