Enum GlStateManager.FBOBlitMode

java.lang.Object
java.lang.Enum<GlStateManager.FBOBlitMode>
com.mojang.blaze3d.platform.GlStateManager.FBOBlitMode
All Implemented Interfaces:
Serializable, Comparable<GlStateManager.FBOBlitMode>, java.lang.constant.Constable
Enclosing class:
GlStateManager

@Environment(CLIENT)
public static enum GlStateManager.FBOBlitMode
extends Enum<GlStateManager.FBOBlitMode>
Mappings:
Namespace Name
official dkr$k
intermediary net/minecraft/class_4493$class_5343
named com/mojang/blaze3d/platform/GlStateManager$FBOBlitMode
  • Enum Constant Details

    • BASE

      public static final GlStateManager.FBOBlitMode BASE
      Mappings:
      Namespace Name Mixin selector
      official a Ldkr$k;a:Ldkr$k;
      intermediary field_25253 Lnet/minecraft/class_4493$class_5343;field_25253:Lnet/minecraft/class_4493$class_5343;
      named BASE Lcom/mojang/blaze3d/platform/GlStateManager$FBOBlitMode;BASE:Lcom/mojang/blaze3d/platform/GlStateManager$FBOBlitMode;
    • EXT

      public static final GlStateManager.FBOBlitMode EXT
      Mappings:
      Namespace Name Mixin selector
      official b Ldkr$k;b:Ldkr$k;
      intermediary field_25254 Lnet/minecraft/class_4493$class_5343;field_25254:Lnet/minecraft/class_4493$class_5343;
      named EXT Lcom/mojang/blaze3d/platform/GlStateManager$FBOBlitMode;EXT:Lcom/mojang/blaze3d/platform/GlStateManager$FBOBlitMode;
    • NONE

      public static final GlStateManager.FBOBlitMode NONE
      Mappings:
      Namespace Name Mixin selector
      official c Ldkr$k;c:Ldkr$k;
      intermediary field_25255 Lnet/minecraft/class_4493$class_5343;field_25255:Lnet/minecraft/class_4493$class_5343;
      named NONE Lcom/mojang/blaze3d/platform/GlStateManager$FBOBlitMode;NONE:Lcom/mojang/blaze3d/platform/GlStateManager$FBOBlitMode;
  • Constructor Details

    • FBOBlitMode

      private FBOBlitMode()
  • Method Details

    • values

      public static GlStateManager.FBOBlitMode[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static GlStateManager.FBOBlitMode valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null