Enum Class WindowFramebuffer.Attachment

java.lang.Object
java.lang.Enum<WindowFramebuffer.Attachment>
net.minecraft.client.gl.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
named net/minecraft/client/gl/WindowFramebuffer$Attachment
intermediary net/minecraft/class_6364$class_6365
official fed$a
  • Enum Constant Details Link icon

    • NONE Link icon

      public static final WindowFramebuffer.Attachment NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;NONE:Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;
      intermediary field_33727 Lnet/minecraft/class_6364$class_6365;field_33727:Lnet/minecraft/class_6364$class_6365;
      official a Lfed$a;a:Lfed$a;
    • COLOR Link icon

      public static final WindowFramebuffer.Attachment COLOR
      Mappings:
      Namespace Name Mixin selector
      named COLOR Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;COLOR:Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;
      intermediary field_33728 Lnet/minecraft/class_6364$class_6365;field_33728:Lnet/minecraft/class_6364$class_6365;
      official b Lfed$a;b:Lfed$a;
    • DEPTH Link icon

      public static final WindowFramebuffer.Attachment DEPTH
      Mappings:
      Namespace Name Mixin selector
      named DEPTH Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;DEPTH:Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;
      intermediary field_33729 Lnet/minecraft/class_6364$class_6365;field_33729:Lnet/minecraft/class_6364$class_6365;
      official c Lfed$a;c:Lfed$a;
    • COLOR_DEPTH Link icon

      public static final WindowFramebuffer.Attachment COLOR_DEPTH
      Mappings:
      Namespace Name Mixin selector
      named COLOR_DEPTH Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;COLOR_DEPTH:Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;
      intermediary field_33730 Lnet/minecraft/class_6364$class_6365;field_33730:Lnet/minecraft/class_6364$class_6365;
      official d Lfed$a;d:Lfed$a;
  • Field Details Link icon

    • VALUES Link icon

      private static final WindowFramebuffer.Attachment[] VALUES
      Mappings:
      Namespace Name Mixin selector
      named VALUES Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;VALUES:[Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;
      intermediary field_33731 Lnet/minecraft/class_6364$class_6365;field_33731:[Lnet/minecraft/class_6364$class_6365;
      official e Lfed$a;e:[Lfed$a;
  • Constructor Details Link icon

    • Attachment Link icon

      private Attachment()
  • Method Details Link icon

    • values Link icon

      public static WindowFramebuffer.Attachment[] 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 Link icon

      public static WindowFramebuffer.Attachment valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • with Link icon

      Mappings:
      Namespace Name Mixin selector
      named with Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;with(Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;)Lnet/minecraft/client/gl/WindowFramebuffer$Attachment;
      intermediary method_36807 Lnet/minecraft/class_6364$class_6365;method_36807(Lnet/minecraft/class_6364$class_6365;)Lnet/minecraft/class_6364$class_6365;
      official a Lfed$a;a(Lfed$a;)Lfed$a;