Enum Class Program.Type

java.lang.Object
java.lang.Enum<Program.Type>
com.mojang.blaze3d.shaders.Program.Type
All Implemented Interfaces:
Serializable, Comparable<Program.Type>, Constable
Enclosing class:
Program

public static enum Program.Type extends Enum<Program.Type>
  • Enum Constant Details

  • Field Details

    • name

      private final String name
    • extension

      private final String extension
    • glType

      private final int glType
    • programs

      private final Map<String,​Program> programs
  • Constructor Details

    • Type

      private Type(String p_85563_, String p_85564_, int p_85565_)
  • Method Details

    • values

      public static Program.Type[] 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 Program.Type 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
    • getName

      public String getName()
    • getExtension

      public String getExtension()
    • getGlType

      int getGlType()
    • getPrograms

      public Map<String,​Program> getPrograms()