Enum GlShader.Type

java.lang.Object
java.lang.Enum<GlShader.Type>
net.minecraft.client.gl.GlShader.Type
All Implemented Interfaces:
Serializable, Comparable<GlShader.Type>, java.lang.constant.Constable
Enclosing class:
GlShader

@Environment(CLIENT)
public static enum GlShader.Type
extends Enum<GlShader.Type>
Mappings:
Namespace Name
official blt$a
intermediary net/minecraft/class_1214$class_1215
named net/minecraft/client/gl/GlShader$Type
  • Enum Constant Details

    • VERTEX

      public static final GlShader.Type VERTEX
      Mappings:
      Namespace Name Mixin selector
      official a Lblt$a;a:Lblt$a;
      intermediary field_5049 Lnet/minecraft/class_1214$class_1215;field_5049:Lnet/minecraft/class_1214$class_1215;
      named VERTEX Lnet/minecraft/client/gl/GlShader$Type;VERTEX:Lnet/minecraft/client/gl/GlShader$Type;
    • FRAGMENT

      public static final GlShader.Type FRAGMENT
      Mappings:
      Namespace Name Mixin selector
      official b Lblt$a;b:Lblt$a;
      intermediary field_5050 Lnet/minecraft/class_1214$class_1215;field_5050:Lnet/minecraft/class_1214$class_1215;
      named FRAGMENT Lnet/minecraft/client/gl/GlShader$Type;FRAGMENT:Lnet/minecraft/client/gl/GlShader$Type;
  • Field Details

    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official c Lblt$a;c:Ljava/lang/String;
      intermediary field_5051 Lnet/minecraft/class_1214$class_1215;field_5051:Ljava/lang/String;
      named name Lnet/minecraft/client/gl/GlShader$Type;name:Ljava/lang/String;
    • fileExtension

      private final String fileExtension
      Mappings:
      Namespace Name Mixin selector
      official d Lblt$a;d:Ljava/lang/String;
      intermediary field_5052 Lnet/minecraft/class_1214$class_1215;field_5052:Ljava/lang/String;
      named fileExtension Lnet/minecraft/client/gl/GlShader$Type;fileExtension:Ljava/lang/String;
    • glType

      private final int glType
      Mappings:
      Namespace Name Mixin selector
      official e Lblt$a;e:I
      intermediary field_5053 Lnet/minecraft/class_1214$class_1215;field_5053:I
      named glType Lnet/minecraft/client/gl/GlShader$Type;glType:I
    • loadedShaders

      private final Map<String,​GlShader> loadedShaders
      Mappings:
      Namespace Name Mixin selector
      official f Lblt$a;f:Ljava/util/Map;
      intermediary field_5054 Lnet/minecraft/class_1214$class_1215;field_5054:Ljava/util/Map;
      named loadedShaders Lnet/minecraft/client/gl/GlShader$Type;loadedShaders:Ljava/util/Map;
  • Constructor Details

    • Type

      private Type​(String name, String fileExtension, int glType)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lblt$a;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;I)V
      intermediary <init> Lnet/minecraft/class_1214$class_1215;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;I)V
      named <init> Lnet/minecraft/client/gl/GlShader$Type;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;I)V
  • Method Details

    • values

      public static GlShader.Type[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static GlShader.Type valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      public String getName()
      Mappings:
      Namespace Name Mixin selector
      official a Lblt$a;a()Ljava/lang/String;
      intermediary method_4167 Lnet/minecraft/class_1214$class_1215;method_4167()Ljava/lang/String;
      named getName Lnet/minecraft/client/gl/GlShader$Type;getName()Ljava/lang/String;
    • getFileExtension

      protected String getFileExtension()
      Mappings:
      Namespace Name Mixin selector
      official b Lblt$a;b()Ljava/lang/String;
      intermediary method_4168 Lnet/minecraft/class_1214$class_1215;method_4168()Ljava/lang/String;
      named getFileExtension Lnet/minecraft/client/gl/GlShader$Type;getFileExtension()Ljava/lang/String;
    • getGlType

      protected int getGlType()
      Mappings:
      Namespace Name Mixin selector
      official c Lblt$a;c()I
      intermediary method_4169 Lnet/minecraft/class_1214$class_1215;method_4169()I
      named getGlType Lnet/minecraft/client/gl/GlShader$Type;getGlType()I
    • getLoadedShaders

      protected Map<String,​GlShader> getLoadedShaders()
      Mappings:
      Namespace Name Mixin selector
      official d Lblt$a;d()Ljava/util/Map;
      intermediary method_4170 Lnet/minecraft/class_1214$class_1215;method_4170()Ljava/util/Map;
      named getLoadedShaders Lnet/minecraft/client/gl/GlShader$Type;getLoadedShaders()Ljava/util/Map;