Package net.minecraft

Enum Class class_10141.Type

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

@Environment(CLIENT) public static enum class_10141.Type extends Enum<class_10141.Type>
Whether a vertex shader or a fragment shader.
Mappings:
Namespace Name
named net/minecraft/class_10141$Type
intermediary net/minecraft/class_10141$class_282
official fct$a
  • Enum Constant Details

    • VERTEX

      public static final class_10141.Type VERTEX
      Mappings:
      Namespace Name Mixin selector
      named VERTEX Lnet/minecraft/class_10141$Type;VERTEX:Lnet/minecraft/class_10141$Type;
      intermediary field_1530 Lnet/minecraft/class_10141$class_282;field_1530:Lnet/minecraft/class_10141$class_282;
      official a Lfct$a;a:Lfct$a;
    • FRAGMENT

      public static final class_10141.Type FRAGMENT
      Mappings:
      Namespace Name Mixin selector
      named FRAGMENT Lnet/minecraft/class_10141$Type;FRAGMENT:Lnet/minecraft/class_10141$Type;
      intermediary field_1531 Lnet/minecraft/class_10141$class_282;field_1531:Lnet/minecraft/class_10141$class_282;
      official b Lfct$a;b:Lfct$a;
  • Field Details

    • field_53830

      private static final class_10141.Type[] field_53830
      Mappings:
      Namespace Name Mixin selector
      named field_53830 Lnet/minecraft/class_10141$Type;field_53830:[Lnet/minecraft/class_10141$Type;
      intermediary field_53830 Lnet/minecraft/class_10141$class_282;field_53830:[Lnet/minecraft/class_10141$class_282;
      official c Lfct$a;c:[Lfct$a;
    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      named name Lnet/minecraft/class_10141$Type;name:Ljava/lang/String;
      intermediary field_1526 Lnet/minecraft/class_10141$class_282;field_1526:Ljava/lang/String;
      official d Lfct$a;d:Ljava/lang/String;
    • fileExtension

      private final String fileExtension
      Mappings:
      Namespace Name Mixin selector
      named fileExtension Lnet/minecraft/class_10141$Type;fileExtension:Ljava/lang/String;
      intermediary field_1528 Lnet/minecraft/class_10141$class_282;field_1528:Ljava/lang/String;
      official e Lfct$a;e:Ljava/lang/String;
    • glType

      private final int glType
      Mappings:
      Namespace Name Mixin selector
      named glType Lnet/minecraft/class_10141$Type;glType:I
      intermediary field_1529 Lnet/minecraft/class_10141$class_282;field_1529:I
      official f Lfct$a;f:I
  • Constructor Details

    • Type

      private Type(String name, String extension, int glType)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/class_10141$Type;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;I)V
      intermediary <init> Lnet/minecraft/class_10141$class_282;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;I)V
      official <init> Lfct$a;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;I)V
  • Method Details

    • values

      public static class_10141.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 class_10141.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
    • method_62884

      @Nullable public static @Nullable class_10141.Type method_62884(Identifier identifier)
      Mappings:
      Namespace Name Mixin selector
      named method_62884 Lnet/minecraft/class_10141$Type;method_62884(Lnet/minecraft/util/Identifier;)Lnet/minecraft/class_10141$Type;
      intermediary method_62884 Lnet/minecraft/class_10141$class_282;method_62884(Lnet/minecraft/class_2960;)Lnet/minecraft/class_10141$class_282;
      official a Lfct$a;a(Lalc;)Lfct$a;
    • getName

      public String getName()
      Mappings:
      Namespace Name Mixin selector
      named getName Lnet/minecraft/class_10141$Type;getName()Ljava/lang/String;
      intermediary method_1286 Lnet/minecraft/class_10141$class_282;method_1286()Ljava/lang/String;
      official a Lfct$a;a()Ljava/lang/String;
    • getGlType

      public int getGlType()
      Mappings:
      Namespace Name Mixin selector
      named getGlType Lnet/minecraft/class_10141$Type;getGlType()I
      intermediary method_1287 Lnet/minecraft/class_10141$class_282;method_1287()I
      official b Lfct$a;b()I
    • method_62885

      public ResourceFinder method_62885()
      Mappings:
      Namespace Name Mixin selector
      named method_62885 Lnet/minecraft/class_10141$Type;method_62885()Lnet/minecraft/resource/ResourceFinder;
      intermediary method_62885 Lnet/minecraft/class_10141$class_282;method_62885()Lnet/minecraft/class_7654;
      official c Lfct$a;c()Lakv;