Enum Class FaceInfo

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

public enum FaceInfo extends Enum<FaceInfo>
  • Enum Constant Details

    • DOWN

      public static final FaceInfo DOWN
    • UP

      public static final FaceInfo UP
    • NORTH

      public static final FaceInfo NORTH
    • SOUTH

      public static final FaceInfo SOUTH
    • WEST

      public static final FaceInfo WEST
    • EAST

      public static final FaceInfo EAST
  • Field Details

  • Constructor Details

  • Method Details

    • values

      public static FaceInfo[] 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 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
    • fromFacing

      public static FaceInfo fromFacing(Direction p_108985_)
    • getVertexInfo

      public FaceInfo.VertexInfo getVertexInfo(int p_108983_)