Package net.minecraft.screen
Enum Class AbstractRecipeScreenHandler.class_9885
java.lang.Object
java.lang.Enum<AbstractRecipeScreenHandler.class_9885>
net.minecraft.screen.AbstractRecipeScreenHandler.class_9885
- All Implemented Interfaces:
Serializable,Comparable<AbstractRecipeScreenHandler.class_9885>,Constable
- Enclosing class:
AbstractRecipeScreenHandler
public static enum AbstractRecipeScreenHandler.class_9885
extends Enum<AbstractRecipeScreenHandler.class_9885>
- Mappings:
Namespace Name named net/minecraft/screen/AbstractRecipeScreenHandler$class_9885intermediary net/minecraft/class_1729$class_9885official csf$a
-
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 TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NOTHING
- Mappings:
Namespace Name Mixin selector named NOTHINGLnet/minecraft/screen/AbstractRecipeScreenHandler$class_9885;NOTHING:Lnet/minecraft/screen/AbstractRecipeScreenHandler$class_9885;intermediary field_52572Lnet/minecraft/class_1729$class_9885;field_52572:Lnet/minecraft/class_1729$class_9885;official aLcsf$a;a:Lcsf$a;
-
PLACE_GHOST_RECIPE
- Mappings:
Namespace Name Mixin selector named PLACE_GHOST_RECIPELnet/minecraft/screen/AbstractRecipeScreenHandler$class_9885;PLACE_GHOST_RECIPE:Lnet/minecraft/screen/AbstractRecipeScreenHandler$class_9885;intermediary field_52573Lnet/minecraft/class_1729$class_9885;field_52573:Lnet/minecraft/class_1729$class_9885;official bLcsf$a;b:Lcsf$a;
-
-
Constructor Details
-
class_9885
private class_9885()
-
-
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
-