Package net.minecraft.client.gl
Enum Class UniformType
- All Implemented Interfaces:
Serializable,Comparable<UniformType>,Constable
- Mappings:
Namespace Name named net/minecraft/client/gl/UniformTypeintermediary net/minecraft/class_10789official fvr
-
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
Modifier and TypeMethodDescriptionstatic UniformTypeReturns the enum constant of this class with the specified name.static UniformType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNIFORM_BUFFER
- Mappings:
Namespace Name Mixin selector named UNIFORM_BUFFERLnet/minecraft/client/gl/UniformType;UNIFORM_BUFFER:Lnet/minecraft/client/gl/UniformType;intermediary field_60031Lnet/minecraft/class_10789;field_60031:Lnet/minecraft/class_10789;official aLfvr;a:Lfvr;
-
TEXEL_BUFFER
- Mappings:
Namespace Name Mixin selector named TEXEL_BUFFERLnet/minecraft/client/gl/UniformType;TEXEL_BUFFER:Lnet/minecraft/client/gl/UniformType;intermediary field_60032Lnet/minecraft/class_10789;field_60032:Lnet/minecraft/class_10789;official bLfvr;b:Lfvr;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector named nameLnet/minecraft/client/gl/UniformType;name:Ljava/lang/String;intermediary field_56750Lnet/minecraft/class_10789;field_56750:Ljava/lang/String;official cLfvr;c:Ljava/lang/String;
-
-
Constructor Details
-
UniformType
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gl/UniformType;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_10789;<init>(Ljava/lang/String;ILjava/lang/String;)Vofficial <init>Lfvr;<init>(Ljava/lang/String;ILjava/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
-