Package net.minecraft
Enum Class class_10798
- All Implemented Interfaces:
Serializable,Comparable<class_10798>,Constable
- Mappings:
Namespace Name named net/minecraft/class_10798intermediary net/minecraft/class_10798official gpx
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic class_10798Returns the enum constant of this class with the specified name.static class_10798[]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/class_10798;NO_DEPTH_TEST:Lnet/minecraft/class_10798;intermediary field_56806Lnet/minecraft/class_10798;field_56806:Lnet/minecraft/class_10798;official aLgpx;a:Lgpx;
-
EQUAL_DEPTH_TEST
- Mappings:
Namespace Name Mixin selector named EQUAL_DEPTH_TESTLnet/minecraft/class_10798;EQUAL_DEPTH_TEST:Lnet/minecraft/class_10798;intermediary field_56807Lnet/minecraft/class_10798;field_56807:Lnet/minecraft/class_10798;official bLgpx;b:Lgpx;
-
LEQUAL_DEPTH_TEST
- Mappings:
Namespace Name Mixin selector named LEQUAL_DEPTH_TESTLnet/minecraft/class_10798;LEQUAL_DEPTH_TEST:Lnet/minecraft/class_10798;intermediary field_56808Lnet/minecraft/class_10798;field_56808:Lnet/minecraft/class_10798;official cLgpx;c:Lgpx;
-
GREATER_DEPTH_TEST
- Mappings:
Namespace Name Mixin selector named GREATER_DEPTH_TESTLnet/minecraft/class_10798;GREATER_DEPTH_TEST:Lnet/minecraft/class_10798;intermediary field_56809Lnet/minecraft/class_10798;field_56809:Lnet/minecraft/class_10798;official dLgpx;d:Lgpx;
-
-
Constructor Details
-
class_10798
private class_10798()
-
-
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
-