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 fdp
-
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 aLfdp;a:Lfdp;
-
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 bLfdp;b:Lfdp;
-
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 cLfdp;c:Lfdp;
-
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 dLfdp;d:Lfdp;
-
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 eLfdp;e:Lfdp;
-
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 fLfdp;f:Lfdp;
-
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 gLfdp;g:Lfdp;
-
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 hLfdp;h:Lfdp;
-
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 iLfdp;i:Lfdp;
-
-
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 jLfdp;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 kLfdp;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 lLfdp;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>Lfdp;<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
-