Package net.minecraft.client.gl
Enum Class GlUsage
- All Implemented Interfaces:
Serializable
,Comparable<GlUsage>
,Constable
- Mappings:
Namespace Name named net/minecraft/client/gl/GlUsage
intermediary net/minecraft/class_8555
official fel
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
-
Constructor Summary
-
Method Summary
-
Enum Constant Details
-
DYNAMIC_WRITE
- Mappings:
Namespace Name Mixin selector named DYNAMIC_WRITE
Lnet/minecraft/client/gl/GlUsage;DYNAMIC_WRITE:Lnet/minecraft/client/gl/GlUsage;
intermediary field_54339
Lnet/minecraft/class_8555;field_54339:Lnet/minecraft/class_8555;
official a
Lfel;a:Lfel;
-
STATIC_WRITE
- Mappings:
Namespace Name Mixin selector named STATIC_WRITE
Lnet/minecraft/client/gl/GlUsage;STATIC_WRITE:Lnet/minecraft/client/gl/GlUsage;
intermediary field_54340
Lnet/minecraft/class_8555;field_54340:Lnet/minecraft/class_8555;
official b
Lfel;b:Lfel;
-
STREAM_WRITE
- Mappings:
Namespace Name Mixin selector named STREAM_WRITE
Lnet/minecraft/client/gl/GlUsage;STREAM_WRITE:Lnet/minecraft/client/gl/GlUsage;
intermediary field_54341
Lnet/minecraft/class_8555;field_54341:Lnet/minecraft/class_8555;
official c
Lfel;c:Lfel;
-
STATIC_READ
- Mappings:
Namespace Name Mixin selector named STATIC_READ
Lnet/minecraft/client/gl/GlUsage;STATIC_READ:Lnet/minecraft/client/gl/GlUsage;
intermediary field_54342
Lnet/minecraft/class_8555;field_54342:Lnet/minecraft/class_8555;
official d
Lfel;d:Lfel;
-
DYNAMIC_READ
- Mappings:
Namespace Name Mixin selector named DYNAMIC_READ
Lnet/minecraft/client/gl/GlUsage;DYNAMIC_READ:Lnet/minecraft/client/gl/GlUsage;
intermediary field_54343
Lnet/minecraft/class_8555;field_54343:Lnet/minecraft/class_8555;
official e
Lfel;e:Lfel;
-
STREAM_READ
- Mappings:
Namespace Name Mixin selector named STREAM_READ
Lnet/minecraft/client/gl/GlUsage;STREAM_READ:Lnet/minecraft/client/gl/GlUsage;
intermediary field_54344
Lnet/minecraft/class_8555;field_54344:Lnet/minecraft/class_8555;
official f
Lfel;f:Lfel;
-
DYNAMIC_COPY
- Mappings:
Namespace Name Mixin selector named DYNAMIC_COPY
Lnet/minecraft/client/gl/GlUsage;DYNAMIC_COPY:Lnet/minecraft/client/gl/GlUsage;
intermediary field_54345
Lnet/minecraft/class_8555;field_54345:Lnet/minecraft/class_8555;
official g
Lfel;g:Lfel;
-
STATIC_COPY
- Mappings:
Namespace Name Mixin selector named STATIC_COPY
Lnet/minecraft/client/gl/GlUsage;STATIC_COPY:Lnet/minecraft/client/gl/GlUsage;
intermediary field_54346
Lnet/minecraft/class_8555;field_54346:Lnet/minecraft/class_8555;
official h
Lfel;h:Lfel;
-
STREAM_COPY
- Mappings:
Namespace Name Mixin selector named STREAM_COPY
Lnet/minecraft/client/gl/GlUsage;STREAM_COPY:Lnet/minecraft/client/gl/GlUsage;
intermediary field_54347
Lnet/minecraft/class_8555;field_54347:Lnet/minecraft/class_8555;
official i
Lfel;i:Lfel;
-
-
Field Details
-
id
final int id- Mappings:
Namespace Name Mixin selector named id
Lnet/minecraft/client/gl/GlUsage;id:I
intermediary field_44795
Lnet/minecraft/class_8555;field_44795:I
official j
Lfel;j:I
-
readable
final boolean readable- Mappings:
Namespace Name Mixin selector named readable
Lnet/minecraft/client/gl/GlUsage;readable:Z
intermediary field_54348
Lnet/minecraft/class_8555;field_54348:Z
official k
Lfel;k:Z
-
writable
final boolean writable- Mappings:
Namespace Name Mixin selector named writable
Lnet/minecraft/client/gl/GlUsage;writable:Z
intermediary field_54349
Lnet/minecraft/class_8555;field_54349:Z
official l
Lfel;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)V
intermediary <init>
Lnet/minecraft/class_8555;<init>(Ljava/lang/String;IIZZ)V
official <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
-