Package net.minecraft.recipe.book
Enum Class CraftingRecipeCategory
- All Implemented Interfaces:
Serializable
,Comparable<CraftingRecipeCategory>
,Constable
,StringIdentifiable
public enum CraftingRecipeCategory
extends Enum<CraftingRecipeCategory>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/recipe/book/CraftingRecipeCategory
intermediary net/minecraft/class_7710
official cyn
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<CraftingRecipeCategory> private final String
private final int
static final IntFunction
<CraftingRecipeCategory> static final PacketCodec
<ByteBuf, CraftingRecipeCategory> Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.private int
getIndex()
static CraftingRecipeCategory
Returns the enum constant of this class with the specified name.static CraftingRecipeCategory[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BUILDING
- Mappings:
Namespace Name Mixin selector named BUILDING
Lnet/minecraft/recipe/book/CraftingRecipeCategory;BUILDING:Lnet/minecraft/recipe/book/CraftingRecipeCategory;
intermediary field_40248
Lnet/minecraft/class_7710;field_40248:Lnet/minecraft/class_7710;
official a
Lcyn;a:Lcyn;
-
REDSTONE
- Mappings:
Namespace Name Mixin selector named REDSTONE
Lnet/minecraft/recipe/book/CraftingRecipeCategory;REDSTONE:Lnet/minecraft/recipe/book/CraftingRecipeCategory;
intermediary field_40249
Lnet/minecraft/class_7710;field_40249:Lnet/minecraft/class_7710;
official b
Lcyn;b:Lcyn;
-
EQUIPMENT
- Mappings:
Namespace Name Mixin selector named EQUIPMENT
Lnet/minecraft/recipe/book/CraftingRecipeCategory;EQUIPMENT:Lnet/minecraft/recipe/book/CraftingRecipeCategory;
intermediary field_40250
Lnet/minecraft/class_7710;field_40250:Lnet/minecraft/class_7710;
official c
Lcyn;c:Lcyn;
-
MISC
- Mappings:
Namespace Name Mixin selector named MISC
Lnet/minecraft/recipe/book/CraftingRecipeCategory;MISC:Lnet/minecraft/recipe/book/CraftingRecipeCategory;
intermediary field_40251
Lnet/minecraft/class_7710;field_40251:Lnet/minecraft/class_7710;
official d
Lcyn;d:Lcyn;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/recipe/book/CraftingRecipeCategory;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_40252
Lnet/minecraft/class_7710;field_40252:Lcom/mojang/serialization/Codec;
official e
Lcyn;e:Lcom/mojang/serialization/Codec;
-
INDEX_TO_VALUE
- Mappings:
Namespace Name Mixin selector named INDEX_TO_VALUE
Lnet/minecraft/recipe/book/CraftingRecipeCategory;INDEX_TO_VALUE:Ljava/util/function/IntFunction;
intermediary field_48352
Lnet/minecraft/class_7710;field_48352:Ljava/util/function/IntFunction;
official f
Lcyn;f:Ljava/util/function/IntFunction;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector named PACKET_CODEC
Lnet/minecraft/recipe/book/CraftingRecipeCategory;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_48353
Lnet/minecraft/class_7710;field_48353:Lnet/minecraft/class_9139;
official g
Lcyn;g:Lzn;
-
id
- Mappings:
Namespace Name Mixin selector named id
Lnet/minecraft/recipe/book/CraftingRecipeCategory;id:Ljava/lang/String;
intermediary field_40253
Lnet/minecraft/class_7710;field_40253:Ljava/lang/String;
official h
Lcyn;h:Ljava/lang/String;
-
index
private final int index- Mappings:
Namespace Name Mixin selector named index
Lnet/minecraft/recipe/book/CraftingRecipeCategory;index:I
intermediary field_48354
Lnet/minecraft/class_7710;field_48354:I
official i
Lcyn;i:I
-
-
Constructor Details
-
CraftingRecipeCategory
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/recipe/book/CraftingRecipeCategory;<init>(Ljava/lang/String;ILjava/lang/String;I)V
intermediary <init>
Lnet/minecraft/class_7710;<init>(Ljava/lang/String;ILjava/lang/String;I)V
official <init>
Lcyn;<init>(Ljava/lang/String;ILjava/lang/String;I)V
-
-
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
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
official c
Lazu;c()Ljava/lang/String;
-
getIndex
private int getIndex()- Mappings:
Namespace Name Mixin selector named getIndex
Lnet/minecraft/recipe/book/CraftingRecipeCategory;getIndex()I
intermediary method_56101
Lnet/minecraft/class_7710;method_56101()I
official a
Lcyn;a()I
-