Package net.minecraft.client.render
Enum Class DepthTestState
- All Implemented Interfaces:
Serializable,Comparable<DepthTestState>,Constable
- Mappings:
Namespace Name named net/minecraft/client/render/DepthTestStateintermediary net/minecraft/class_10798official fjy
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DepthTestStateReturns the enum constant of this class with the specified name.static DepthTestState[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NO_DEPTH_TEST
- Mappings:
Namespace Name Mixin selector named NO_DEPTH_TESTLnet/minecraft/client/render/DepthTestState;NO_DEPTH_TEST:Lnet/minecraft/client/render/DepthTestState;intermediary field_56806Lnet/minecraft/class_10798;field_56806:Lnet/minecraft/class_10798;official aLfjy;a:Lfjy;
-
EQUAL_DEPTH_TEST
- Mappings:
Namespace Name Mixin selector named EQUAL_DEPTH_TESTLnet/minecraft/client/render/DepthTestState;EQUAL_DEPTH_TEST:Lnet/minecraft/client/render/DepthTestState;intermediary field_56807Lnet/minecraft/class_10798;field_56807:Lnet/minecraft/class_10798;official bLfjy;b:Lfjy;
-
LEQUAL_DEPTH_TEST
- Mappings:
Namespace Name Mixin selector named LEQUAL_DEPTH_TESTLnet/minecraft/client/render/DepthTestState;LEQUAL_DEPTH_TEST:Lnet/minecraft/client/render/DepthTestState;intermediary field_56808Lnet/minecraft/class_10798;field_56808:Lnet/minecraft/class_10798;official cLfjy;c:Lfjy;
-
LESS_DEPTH_TEST
- Mappings:
Namespace Name Mixin selector named LESS_DEPTH_TESTLnet/minecraft/client/render/DepthTestState;LESS_DEPTH_TEST:Lnet/minecraft/client/render/DepthTestState;intermediary field_57902Lnet/minecraft/class_10798;field_57902:Lnet/minecraft/class_10798;official dLfjy;d:Lfjy;
-
GREATER_DEPTH_TEST
- Mappings:
Namespace Name Mixin selector named GREATER_DEPTH_TESTLnet/minecraft/client/render/DepthTestState;GREATER_DEPTH_TEST:Lnet/minecraft/client/render/DepthTestState;intermediary field_56809Lnet/minecraft/class_10798;field_56809:Lnet/minecraft/class_10798;official eLfjy;e:Lfjy;
-
-
Constructor Details
-
DepthTestState
private DepthTestState()
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-