Package net.minecraft.client.gl
Enum Class Type
- All Implemented Interfaces:
Serializable,Comparable<Type>,Constable
Whether a vertex shader or a fragment shader.
- Mappings:
Namespace Name named net/minecraft/client/gl/Typeintermediary net/minecraft/class_282official fkw
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Enum Constant Details
-
VERTEX
- Mappings:
Namespace Name Mixin selector named VERTEXLnet/minecraft/client/gl/Type;VERTEX:Lnet/minecraft/client/gl/Type;intermediary field_1530Lnet/minecraft/class_282;field_1530:Lnet/minecraft/class_282;official aLfkw;a:Lfkw;
-
FRAGMENT
- Mappings:
Namespace Name Mixin selector named FRAGMENTLnet/minecraft/client/gl/Type;FRAGMENT:Lnet/minecraft/client/gl/Type;intermediary field_1531Lnet/minecraft/class_282;field_1531:Lnet/minecraft/class_282;official bLfkw;b:Lfkw;
-
-
Field Details
-
VALUES
- Mappings:
Namespace Name Mixin selector named VALUESLnet/minecraft/client/gl/Type;VALUES:[Lnet/minecraft/client/gl/Type;intermediary field_53830Lnet/minecraft/class_282;field_53830:[Lnet/minecraft/class_282;official cLfkw;c:[Lfkw;
-
name
- Mappings:
Namespace Name Mixin selector named nameLnet/minecraft/client/gl/Type;name:Ljava/lang/String;intermediary field_1526Lnet/minecraft/class_282;field_1526:Ljava/lang/String;official dLfkw;d:Ljava/lang/String;
-
fileExtension
- Mappings:
Namespace Name Mixin selector named fileExtensionLnet/minecraft/client/gl/Type;fileExtension:Ljava/lang/String;intermediary field_1528Lnet/minecraft/class_282;field_1528:Ljava/lang/String;official eLfkw;e:Ljava/lang/String;
-
-
Constructor Details
-
Type
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gl/Type;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_282;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)Vofficial <init>Lfkw;<init>(Ljava/lang/String;ILjava/lang/String;Ljava/lang/String;)V
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
fromId
- Mappings:
Namespace Name Mixin selector named fromIdLnet/minecraft/client/gl/Type;fromId(Lnet/minecraft/util/Identifier;)Lnet/minecraft/client/gl/Type;intermediary method_62884Lnet/minecraft/class_282;method_62884(Lnet/minecraft/class_2960;)Lnet/minecraft/class_282;official aLfkw;a(Lali;)Lfkw;
-
getName
- Mappings:
Namespace Name Mixin selector named getNameLnet/minecraft/client/gl/Type;getName()Ljava/lang/String;intermediary method_1286Lnet/minecraft/class_282;method_1286()Ljava/lang/String;official aLfkw;a()Ljava/lang/String;
-
createFinder
- Mappings:
Namespace Name Mixin selector named createFinderLnet/minecraft/client/gl/Type;createFinder()Lnet/minecraft/resource/ResourceFinder;intermediary method_62885Lnet/minecraft/class_282;method_62885()Lnet/minecraft/class_7654;official bLfkw;b()Lalb;
-