Package com.mojang.blaze3d.platform
Enum 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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Fields Modifier and Type Field Description int
value
Deprecated. -
Constructor Summary
Constructors Modifier Constructor Description private
FogMode(int int2)
Deprecated. -
Method Summary
Modifier and Type Method Description static GlStateManager.FogMode
valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static GlStateManager.FogMode[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
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
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
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 valueDeprecated.- 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
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
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 nameNullPointerException
- if the argument is null
-