Package net.minecraft.client.gl
Enum Class Usage
- All Implemented Interfaces:
Serializable,Comparable<Usage>,Constable
- Mappings:
Namespace Name named net/minecraft/client/gl/Usageintermediary net/minecraft/class_8555official fce
-
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
FieldsModifier and TypeFieldDescription(package private) final boolean(package private) final boolean(package private) final int -
Constructor Summary
Constructors -
Method Summary
-
Enum Constant Details
-
DYNAMIC_WRITE
- Mappings:
Namespace Name Mixin selector named DYNAMIC_WRITELnet/minecraft/client/gl/Usage;DYNAMIC_WRITE:Lnet/minecraft/client/gl/Usage;intermediary field_54339Lnet/minecraft/class_8555;field_54339:Lnet/minecraft/class_8555;official aLfce;a:Lfce;
-
STATIC_WRITE
- Mappings:
Namespace Name Mixin selector named STATIC_WRITELnet/minecraft/client/gl/Usage;STATIC_WRITE:Lnet/minecraft/client/gl/Usage;intermediary field_54340Lnet/minecraft/class_8555;field_54340:Lnet/minecraft/class_8555;official bLfce;b:Lfce;
-
STREAM_WRITE
- Mappings:
Namespace Name Mixin selector named STREAM_WRITELnet/minecraft/client/gl/Usage;STREAM_WRITE:Lnet/minecraft/client/gl/Usage;intermediary field_54341Lnet/minecraft/class_8555;field_54341:Lnet/minecraft/class_8555;official cLfce;c:Lfce;
-
STATIC_READ
- Mappings:
Namespace Name Mixin selector named STATIC_READLnet/minecraft/client/gl/Usage;STATIC_READ:Lnet/minecraft/client/gl/Usage;intermediary field_54342Lnet/minecraft/class_8555;field_54342:Lnet/minecraft/class_8555;official dLfce;d:Lfce;
-
DYNAMIC_READ
- Mappings:
Namespace Name Mixin selector named DYNAMIC_READLnet/minecraft/client/gl/Usage;DYNAMIC_READ:Lnet/minecraft/client/gl/Usage;intermediary field_54343Lnet/minecraft/class_8555;field_54343:Lnet/minecraft/class_8555;official eLfce;e:Lfce;
-
STREAM_READ
- Mappings:
Namespace Name Mixin selector named STREAM_READLnet/minecraft/client/gl/Usage;STREAM_READ:Lnet/minecraft/client/gl/Usage;intermediary field_54344Lnet/minecraft/class_8555;field_54344:Lnet/minecraft/class_8555;official fLfce;f:Lfce;
-
DYNAMIC_COPY
- Mappings:
Namespace Name Mixin selector named DYNAMIC_COPYLnet/minecraft/client/gl/Usage;DYNAMIC_COPY:Lnet/minecraft/client/gl/Usage;intermediary field_54345Lnet/minecraft/class_8555;field_54345:Lnet/minecraft/class_8555;official gLfce;g:Lfce;
-
STATIC_COPY
- Mappings:
Namespace Name Mixin selector named STATIC_COPYLnet/minecraft/client/gl/Usage;STATIC_COPY:Lnet/minecraft/client/gl/Usage;intermediary field_54346Lnet/minecraft/class_8555;field_54346:Lnet/minecraft/class_8555;official hLfce;h:Lfce;
-
STREAM_COPY
- Mappings:
Namespace Name Mixin selector named STREAM_COPYLnet/minecraft/client/gl/Usage;STREAM_COPY:Lnet/minecraft/client/gl/Usage;intermediary field_54347Lnet/minecraft/class_8555;field_54347:Lnet/minecraft/class_8555;official iLfce;i:Lfce;
-
-
Field Details
-
id
final int id- Mappings:
Namespace Name Mixin selector named idLnet/minecraft/client/gl/Usage;id:Iintermediary field_44795Lnet/minecraft/class_8555;field_44795:Iofficial jLfce;j:I
-
field_54348
final boolean field_54348- Mappings:
Namespace Name Mixin selector named field_54348Lnet/minecraft/client/gl/Usage;field_54348:Zintermediary field_54348Lnet/minecraft/class_8555;field_54348:Zofficial kLfce;k:Z
-
field_54349
final boolean field_54349- Mappings:
Namespace Name Mixin selector named field_54349Lnet/minecraft/client/gl/Usage;field_54349:Zintermediary field_54349Lnet/minecraft/class_8555;field_54349:Zofficial lLfce;l:Z
-
-
Constructor Details
-
Usage
private Usage(int id, boolean bool, boolean bool2) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gl/Usage;<init>(Ljava/lang/String;IIZZ)Vintermediary <init>Lnet/minecraft/class_8555;<init>(Ljava/lang/String;IIZZ)Vofficial <init>Lfce;<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
-