Package net.minecraft.client.gl
Enum Class GlUsage
- All Implemented Interfaces:
Serializable,Comparable<GlUsage>,Constable
- Mappings:
Namespace Name named net/minecraft/client/gl/GlUsageintermediary net/minecraft/class_8555official fel
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Enum Constant Details
-
DYNAMIC_WRITE
- Mappings:
Namespace Name Mixin selector named DYNAMIC_WRITELnet/minecraft/client/gl/GlUsage;DYNAMIC_WRITE:Lnet/minecraft/client/gl/GlUsage;intermediary field_54339Lnet/minecraft/class_8555;field_54339:Lnet/minecraft/class_8555;official aLfel;a:Lfel;
-
STATIC_WRITE
- Mappings:
Namespace Name Mixin selector named STATIC_WRITELnet/minecraft/client/gl/GlUsage;STATIC_WRITE:Lnet/minecraft/client/gl/GlUsage;intermediary field_54340Lnet/minecraft/class_8555;field_54340:Lnet/minecraft/class_8555;official bLfel;b:Lfel;
-
STREAM_WRITE
- Mappings:
Namespace Name Mixin selector named STREAM_WRITELnet/minecraft/client/gl/GlUsage;STREAM_WRITE:Lnet/minecraft/client/gl/GlUsage;intermediary field_54341Lnet/minecraft/class_8555;field_54341:Lnet/minecraft/class_8555;official cLfel;c:Lfel;
-
STATIC_READ
- Mappings:
Namespace Name Mixin selector named STATIC_READLnet/minecraft/client/gl/GlUsage;STATIC_READ:Lnet/minecraft/client/gl/GlUsage;intermediary field_54342Lnet/minecraft/class_8555;field_54342:Lnet/minecraft/class_8555;official dLfel;d:Lfel;
-
DYNAMIC_READ
- Mappings:
Namespace Name Mixin selector named DYNAMIC_READLnet/minecraft/client/gl/GlUsage;DYNAMIC_READ:Lnet/minecraft/client/gl/GlUsage;intermediary field_54343Lnet/minecraft/class_8555;field_54343:Lnet/minecraft/class_8555;official eLfel;e:Lfel;
-
STREAM_READ
- Mappings:
Namespace Name Mixin selector named STREAM_READLnet/minecraft/client/gl/GlUsage;STREAM_READ:Lnet/minecraft/client/gl/GlUsage;intermediary field_54344Lnet/minecraft/class_8555;field_54344:Lnet/minecraft/class_8555;official fLfel;f:Lfel;
-
DYNAMIC_COPY
- Mappings:
Namespace Name Mixin selector named DYNAMIC_COPYLnet/minecraft/client/gl/GlUsage;DYNAMIC_COPY:Lnet/minecraft/client/gl/GlUsage;intermediary field_54345Lnet/minecraft/class_8555;field_54345:Lnet/minecraft/class_8555;official gLfel;g:Lfel;
-
STATIC_COPY
- Mappings:
Namespace Name Mixin selector named STATIC_COPYLnet/minecraft/client/gl/GlUsage;STATIC_COPY:Lnet/minecraft/client/gl/GlUsage;intermediary field_54346Lnet/minecraft/class_8555;field_54346:Lnet/minecraft/class_8555;official hLfel;h:Lfel;
-
STREAM_COPY
- Mappings:
Namespace Name Mixin selector named STREAM_COPYLnet/minecraft/client/gl/GlUsage;STREAM_COPY:Lnet/minecraft/client/gl/GlUsage;intermediary field_54347Lnet/minecraft/class_8555;field_54347:Lnet/minecraft/class_8555;official iLfel;i:Lfel;
-
-
Field Details
-
id
final int id- Mappings:
Namespace Name Mixin selector named idLnet/minecraft/client/gl/GlUsage;id:Iintermediary field_44795Lnet/minecraft/class_8555;field_44795:Iofficial jLfel;j:I
-
readable
final boolean readable- Mappings:
Namespace Name Mixin selector named readableLnet/minecraft/client/gl/GlUsage;readable:Zintermediary field_54348Lnet/minecraft/class_8555;field_54348:Zofficial kLfel;k:Z
-
writable
final boolean writable- Mappings:
Namespace Name Mixin selector named writableLnet/minecraft/client/gl/GlUsage;writable:Zintermediary field_54349Lnet/minecraft/class_8555;field_54349:Zofficial lLfel;l:Z
-
-
Constructor Details
-
GlUsage
private GlUsage(int id, boolean readable, boolean writable) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gl/GlUsage;<init>(Ljava/lang/String;IIZZ)Vintermediary <init>Lnet/minecraft/class_8555;<init>(Ljava/lang/String;IIZZ)Vofficial <init>Lfel;<init>(Ljava/lang/String;IIZZ)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
-