Enum Class RecipeResultCollection.class_9937
java.lang.Object
java.lang.Enum<RecipeResultCollection.class_9937>
net.minecraft.client.gui.screen.recipebook.RecipeResultCollection.class_9937
- All Implemented Interfaces:
Serializable,Comparable<RecipeResultCollection.class_9937>,Constable
- Enclosing class:
RecipeResultCollection
@Environment(CLIENT)
public static enum RecipeResultCollection.class_9937
extends Enum<RecipeResultCollection.class_9937>
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/recipebook/RecipeResultCollection$class_9937intermediary net/minecraft/class_516$class_9937official ftt$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.static RecipeResultCollection.class_9937[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ANY
- Mappings:
Namespace Name Mixin selector named ANYLnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection$class_9937;ANY:Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection$class_9937;intermediary field_52847Lnet/minecraft/class_516$class_9937;field_52847:Lnet/minecraft/class_516$class_9937;official aLftt$a;a:Lftt$a;
-
CRAFTABLE
- Mappings:
Namespace Name Mixin selector named CRAFTABLELnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection$class_9937;CRAFTABLE:Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection$class_9937;intermediary field_52848Lnet/minecraft/class_516$class_9937;field_52848:Lnet/minecraft/class_516$class_9937;official bLftt$a;b:Lftt$a;
-
NOT_CRAFTABLE
- Mappings:
Namespace Name Mixin selector named NOT_CRAFTABLELnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection$class_9937;NOT_CRAFTABLE:Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection$class_9937;intermediary field_52849Lnet/minecraft/class_516$class_9937;field_52849:Lnet/minecraft/class_516$class_9937;official cLftt$a;c:Lftt$a;
-
-
Constructor Details
-
class_9937
private class_9937()
-
-
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
-