Package net.minecraft.client.gl
Enum Class GlUniform.class_10789
- All Implemented Interfaces:
Serializable,Comparable<GlUniform.class_10789>,Constable,StringIdentifiable
- Enclosing class:
GlUniform
@Environment(CLIENT)
public static enum GlUniform.class_10789
extends Enum<GlUniform.class_10789>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/client/gl/GlUniform$class_10789intermediary net/minecraft/class_284$class_10789official fjl$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIdentifiable.EnumCodec<GlUniform.class_10789> (package private) final int(package private) final StringFields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.(package private) boolean(package private) voidmethod_67772(int int2, FloatBuffer floatBuffer) (package private) voidmethod_67773(int int2, IntBuffer intBuffer) static GlUniform.class_10789Returns the enum constant of this class with the specified name.static GlUniform.class_10789[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INT
- Mappings:
Namespace Name Mixin selector named INTLnet/minecraft/client/gl/GlUniform$class_10789;INT:Lnet/minecraft/client/gl/GlUniform$class_10789;intermediary field_56741Lnet/minecraft/class_284$class_10789;field_56741:Lnet/minecraft/class_284$class_10789;official aLfjl$a;a:Lfjl$a;
-
IVEC3
- Mappings:
Namespace Name Mixin selector named IVEC3Lnet/minecraft/client/gl/GlUniform$class_10789;IVEC3:Lnet/minecraft/client/gl/GlUniform$class_10789;intermediary field_56742Lnet/minecraft/class_284$class_10789;field_56742:Lnet/minecraft/class_284$class_10789;official bLfjl$a;b:Lfjl$a;
-
FLOAT
- Mappings:
Namespace Name Mixin selector named FLOATLnet/minecraft/client/gl/GlUniform$class_10789;FLOAT:Lnet/minecraft/client/gl/GlUniform$class_10789;intermediary field_56743Lnet/minecraft/class_284$class_10789;field_56743:Lnet/minecraft/class_284$class_10789;official cLfjl$a;c:Lfjl$a;
-
VEC2
- Mappings:
Namespace Name Mixin selector named VEC2Lnet/minecraft/client/gl/GlUniform$class_10789;VEC2:Lnet/minecraft/client/gl/GlUniform$class_10789;intermediary field_56744Lnet/minecraft/class_284$class_10789;field_56744:Lnet/minecraft/class_284$class_10789;official dLfjl$a;d:Lfjl$a;
-
VEC3
- Mappings:
Namespace Name Mixin selector named VEC3Lnet/minecraft/client/gl/GlUniform$class_10789;VEC3:Lnet/minecraft/client/gl/GlUniform$class_10789;intermediary field_56745Lnet/minecraft/class_284$class_10789;field_56745:Lnet/minecraft/class_284$class_10789;official eLfjl$a;e:Lfjl$a;
-
VEC4
- Mappings:
Namespace Name Mixin selector named VEC4Lnet/minecraft/client/gl/GlUniform$class_10789;VEC4:Lnet/minecraft/client/gl/GlUniform$class_10789;intermediary field_56746Lnet/minecraft/class_284$class_10789;field_56746:Lnet/minecraft/class_284$class_10789;official fLfjl$a;f:Lfjl$a;
-
MATRIX4X4
- Mappings:
Namespace Name Mixin selector named MATRIX4X4Lnet/minecraft/client/gl/GlUniform$class_10789;MATRIX4X4:Lnet/minecraft/client/gl/GlUniform$class_10789;intermediary field_56747Lnet/minecraft/class_284$class_10789;field_56747:Lnet/minecraft/class_284$class_10789;official gLfjl$a;g:Lfjl$a;
-
-
Field Details
-
field_56748
- Mappings:
Namespace Name Mixin selector named field_56748Lnet/minecraft/client/gl/GlUniform$class_10789;field_56748:Lnet/minecraft/util/StringIdentifiable$EnumCodec;intermediary field_56748Lnet/minecraft/class_284$class_10789;field_56748:Lnet/minecraft/class_3542$class_7292;official hLfjl$a;h:Lbak$a;
-
field_56749
final int field_56749- Mappings:
Namespace Name Mixin selector named field_56749Lnet/minecraft/client/gl/GlUniform$class_10789;field_56749:Iintermediary field_56749Lnet/minecraft/class_284$class_10789;field_56749:Iofficial iLfjl$a;i:I
-
field_56750
- Mappings:
Namespace Name Mixin selector named field_56750Lnet/minecraft/client/gl/GlUniform$class_10789;field_56750:Ljava/lang/String;intermediary field_56750Lnet/minecraft/class_284$class_10789;field_56750:Ljava/lang/String;official jLfjl$a;j:Ljava/lang/String;
-
-
Constructor Details
-
class_10789
-
-
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
-
method_67771
boolean method_67771()- Mappings:
Namespace Name Mixin selector named method_67771Lnet/minecraft/client/gl/GlUniform$class_10789;method_67771()Zintermediary method_67771Lnet/minecraft/class_284$class_10789;method_67771()Zofficial aLfjl$a;a()Z
-
method_67773
- Mappings:
Namespace Name Mixin selector named method_67773Lnet/minecraft/client/gl/GlUniform$class_10789;method_67773(ILjava/nio/IntBuffer;)Vintermediary method_67773Lnet/minecraft/class_284$class_10789;method_67773(ILjava/nio/IntBuffer;)Vofficial aLfjl$a;a(ILjava/nio/IntBuffer;)V
-
method_67772
- Mappings:
Namespace Name Mixin selector named method_67772Lnet/minecraft/client/gl/GlUniform$class_10789;method_67772(ILjava/nio/FloatBuffer;)Vintermediary method_67772Lnet/minecraft/class_284$class_10789;method_67772(ILjava/nio/FloatBuffer;)Vofficial aLfjl$a;a(ILjava/nio/FloatBuffer;)V
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLbak;c()Ljava/lang/String;
-