Enum Class FaceDirection

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

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

  • Field Details

  • Constructor Details

  • Method Details

    • values

      public static FaceDirection[] 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 FaceDirection 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 FaceDirection fromFacing(Direction p_179027_0_)
    • getVertexInfo

      public FaceDirection.VertexInformation getVertexInfo(int p_179025_1_)