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$mintermediary net/minecraft/class_4493$class_1028named 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 intvalueDeprecated. -
Constructor Summary
Constructors Modifier Constructor Description privateFogMode(int int2)Deprecated. -
Method Summary
Modifier and Type Method Description static GlStateManager.FogModevalueOf(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 aLdkr$m;a:Ldkr$m;intermediary field_5095Lnet/minecraft/class_4493$class_1028;field_5095:Lnet/minecraft/class_4493$class_1028;named LINEARLcom/mojang/blaze3d/platform/GlStateManager$FogMode;LINEAR:Lcom/mojang/blaze3d/platform/GlStateManager$FogMode;
-
EXP
Deprecated.- Mappings:
Namespace Name Mixin selector official bLdkr$m;b:Ldkr$m;intermediary field_5096Lnet/minecraft/class_4493$class_1028;field_5096:Lnet/minecraft/class_4493$class_1028;named EXPLcom/mojang/blaze3d/platform/GlStateManager$FogMode;EXP:Lcom/mojang/blaze3d/platform/GlStateManager$FogMode;
-
EXP2
Deprecated.- Mappings:
Namespace Name Mixin selector official cLdkr$m;c:Ldkr$m;intermediary field_5097Lnet/minecraft/class_4493$class_1028;field_5097:Lnet/minecraft/class_4493$class_1028;named EXP2Lcom/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 dLdkr$m;d:Iintermediary field_5093Lnet/minecraft/class_4493$class_1028;field_5093:Inamed valueLcom/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
-