Package net.minecraft.client.gl
Enum Class WindowFramebuffer.Attachment
- All Implemented Interfaces:
Serializable
,Comparable<WindowFramebuffer.Attachment>
,Constable
- Enclosing class:
WindowFramebuffer
@Environment(CLIENT)
private static enum WindowFramebuffer.Attachment
extends Enum<WindowFramebuffer.Attachment>
- Mappings:
Namespace Name official ecn$a
intermediary net/minecraft/class_6364$class_6365
named net/minecraft/client/gl/WindowFramebuffer$Attachment
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic WindowFramebuffer.Attachment
Returns the enum constant of this class with the specified name.static WindowFramebuffer.Attachment[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.(package private) WindowFramebuffer.Attachment
with
(WindowFramebuffer.Attachment other)
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official a
Lecn$a;a:Lecn$a;
intermediary field_33727
Lnet/minecraft/class_6364$class_6365;field_33727:Lnet/minecraft/class_6364$class_6365;
named NONE
Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;NONE:Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;
-
COLOR
- Mappings:
Namespace Name Mixin selector official b
Lecn$a;b:Lecn$a;
intermediary field_33728
Lnet/minecraft/class_6364$class_6365;field_33728:Lnet/minecraft/class_6364$class_6365;
named COLOR
Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;COLOR:Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;
-
DEPTH
- Mappings:
Namespace Name Mixin selector official c
Lecn$a;c:Lecn$a;
intermediary field_33729
Lnet/minecraft/class_6364$class_6365;field_33729:Lnet/minecraft/class_6364$class_6365;
named DEPTH
Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;DEPTH:Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;
-
COLOR_DEPTH
- Mappings:
Namespace Name Mixin selector official d
Lecn$a;d:Lecn$a;
intermediary field_33730
Lnet/minecraft/class_6364$class_6365;field_33730:Lnet/minecraft/class_6364$class_6365;
named COLOR_DEPTH
Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;COLOR_DEPTH:Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;
-
-
Field Details
-
VALUES
- Mappings:
Namespace Name Mixin selector official e
Lecn$a;e:[Lecn$a;
intermediary field_33731
Lnet/minecraft/class_6364$class_6365;field_33731:[Lnet/minecraft/class_6364$class_6365;
named VALUES
Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;VALUES:[Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;
-
-
Constructor Details
-
Attachment
private Attachment()
-
-
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
-
with
- Mappings:
Namespace Name Mixin selector official a
Lecn$a;a(Lecn$a;)Lecn$a;
intermediary method_36807
Lnet/minecraft/class_6364$class_6365;method_36807(Lnet/minecraft/class_6364$class_6365;)Lnet/minecraft/class_6364$class_6365;
named with
Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;with(Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;)Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;
-