Enum GlStateManager.FogMode

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

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

    • LINEAR

      public static final GlStateManager.FogMode LINEAR
      Deprecated.
      Mappings:
      Namespace Name Mixin selector
      official a Ldkr$m;a:Ldkr$m;
      intermediary field_5095 Lnet/minecraft/class_4493$class_1028;field_5095:Lnet/minecraft/class_4493$class_1028;
      named LINEAR Lcom/mojang/blaze3d/platform/GlStateManager$FogMode;LINEAR:Lcom/mojang/blaze3d/platform/GlStateManager$FogMode;
    • EXP

      public static final GlStateManager.FogMode EXP
      Deprecated.
      Mappings:
      Namespace Name Mixin selector
      official b Ldkr$m;b:Ldkr$m;
      intermediary field_5096 Lnet/minecraft/class_4493$class_1028;field_5096:Lnet/minecraft/class_4493$class_1028;
      named EXP Lcom/mojang/blaze3d/platform/GlStateManager$FogMode;EXP:Lcom/mojang/blaze3d/platform/GlStateManager$FogMode;
    • EXP2

      public static final GlStateManager.FogMode EXP2
      Deprecated.
      Mappings:
      Namespace Name Mixin selector
      official c Ldkr$m;c:Ldkr$m;
      intermediary field_5097 Lnet/minecraft/class_4493$class_1028;field_5097:Lnet/minecraft/class_4493$class_1028;
      named EXP2 Lcom/mojang/blaze3d/platform/GlStateManager$FogMode;EXP2:Lcom/mojang/blaze3d/platform/GlStateManager$FogMode;
  • Field Details

    • value

      public final int value
      Deprecated.
      Mappings:
      Namespace Name Mixin selector
      official d Ldkr$m;d:I
      intermediary field_5093 Lnet/minecraft/class_4493$class_1028;field_5093:I
      named value Lcom/mojang/blaze3d/platform/GlStateManager$FogMode;value:I
  • Constructor Details

    • FogMode

      private FogMode​(int int2)
      Deprecated.
  • Method Details

    • values

      public static GlStateManager.FogMode[] values()
      Deprecated.
      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.FogMode valueOf​(String name)
      Deprecated.
      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