Enum Class RecipeResultCollection.RecipeFilterMode
java.lang.Object
java.lang.Enum<RecipeResultCollection.RecipeFilterMode>
net.minecraft.client.gui.screen.recipebook.RecipeResultCollection.RecipeFilterMode
- All Implemented Interfaces:
Serializable
,Comparable<RecipeResultCollection.RecipeFilterMode>
,Constable
- Enclosing class:
RecipeResultCollection
@Environment(CLIENT)
public static enum RecipeResultCollection.RecipeFilterMode
extends Enum<RecipeResultCollection.RecipeFilterMode>
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/recipebook/RecipeResultCollection$RecipeFilterMode
intermediary net/minecraft/class_516$class_9937
official fyn$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
-
ANY
- Mappings:
Namespace Name Mixin selector named ANY
Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection$RecipeFilterMode;ANY:Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection$RecipeFilterMode;
intermediary field_52847
Lnet/minecraft/class_516$class_9937;field_52847:Lnet/minecraft/class_516$class_9937;
official a
Lfyn$a;a:Lfyn$a;
-
CRAFTABLE
- Mappings:
Namespace Name Mixin selector named CRAFTABLE
Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection$RecipeFilterMode;CRAFTABLE:Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection$RecipeFilterMode;
intermediary field_52848
Lnet/minecraft/class_516$class_9937;field_52848:Lnet/minecraft/class_516$class_9937;
official b
Lfyn$a;b:Lfyn$a;
-
NOT_CRAFTABLE
- Mappings:
Namespace Name Mixin selector named NOT_CRAFTABLE
Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection$RecipeFilterMode;NOT_CRAFTABLE:Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection$RecipeFilterMode;
intermediary field_52849
Lnet/minecraft/class_516$class_9937;field_52849:Lnet/minecraft/class_516$class_9937;
official c
Lfyn$a;c:Lfyn$a;
-
-
Constructor Details
-
RecipeFilterMode
private RecipeFilterMode()
-
-
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
-