Package net.minecraft.screen
Enum Class AbstractRecipeScreenHandler.PostFillAction
java.lang.Object
java.lang.Enum<AbstractRecipeScreenHandler.PostFillAction>
net.minecraft.screen.AbstractRecipeScreenHandler.PostFillAction
- All Implemented Interfaces:
Serializable,Comparable<AbstractRecipeScreenHandler.PostFillAction>,Constable
- Enclosing class:
AbstractRecipeScreenHandler
public static enum AbstractRecipeScreenHandler.PostFillAction
extends Enum<AbstractRecipeScreenHandler.PostFillAction>
- Mappings:
Namespace Name named net/minecraft/screen/AbstractRecipeScreenHandler$PostFillActionintermediary net/minecraft/class_1729$class_9885official cxq$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$PostFillAction;NOTHING:Lnet/minecraft/screen/AbstractRecipeScreenHandler$PostFillAction;intermediary field_52572Lnet/minecraft/class_1729$class_9885;field_52572:Lnet/minecraft/class_1729$class_9885;official aLcxq$a;a:Lcxq$a;
-
PLACE_GHOST_RECIPE
- Mappings:
Namespace Name Mixin selector named PLACE_GHOST_RECIPELnet/minecraft/screen/AbstractRecipeScreenHandler$PostFillAction;PLACE_GHOST_RECIPE:Lnet/minecraft/screen/AbstractRecipeScreenHandler$PostFillAction;intermediary field_52573Lnet/minecraft/class_1729$class_9885;field_52573:Lnet/minecraft/class_1729$class_9885;official bLcxq$a;b:Lcxq$a;
-
-
Constructor Details
-
PostFillAction
private PostFillAction()
-
-
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
-