Package net.minecraft.recipe.book
Enum Class RecipeBookGroup
- All Implemented Interfaces:
Serializable,Comparable<RecipeBookGroup>,Constable,RecipeBookCategory
- Mappings:
Namespace Name named net/minecraft/recipe/book/RecipeBookGroupintermediary net/minecraft/class_314official dbi
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intstatic final IntFunction<RecipeBookGroup> static final PacketCodec<ByteBuf, RecipeBookGroup> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RecipeBookGroupReturns the enum constant of this class with the specified name.static RecipeBookGroup[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CRAFTING_BUILDING_BLOCKS
- Mappings:
Namespace Name Mixin selector named CRAFTING_BUILDING_BLOCKSLnet/minecraft/recipe/book/RecipeBookGroup;CRAFTING_BUILDING_BLOCKS:Lnet/minecraft/recipe/book/RecipeBookGroup;intermediary field_1806Lnet/minecraft/class_314;field_1806:Lnet/minecraft/class_314;official aLdbi;a:Ldbi;
-
CRAFTING_REDSTONE
- Mappings:
Namespace Name Mixin selector named CRAFTING_REDSTONELnet/minecraft/recipe/book/RecipeBookGroup;CRAFTING_REDSTONE:Lnet/minecraft/recipe/book/RecipeBookGroup;intermediary field_1803Lnet/minecraft/class_314;field_1803:Lnet/minecraft/class_314;official bLdbi;b:Ldbi;
-
CRAFTING_EQUIPMENT
- Mappings:
Namespace Name Mixin selector named CRAFTING_EQUIPMENTLnet/minecraft/recipe/book/RecipeBookGroup;CRAFTING_EQUIPMENT:Lnet/minecraft/recipe/book/RecipeBookGroup;intermediary field_1813Lnet/minecraft/class_314;field_1813:Lnet/minecraft/class_314;official cLdbi;c:Ldbi;
-
CRAFTING_MISC
- Mappings:
Namespace Name Mixin selector named CRAFTING_MISCLnet/minecraft/recipe/book/RecipeBookGroup;CRAFTING_MISC:Lnet/minecraft/recipe/book/RecipeBookGroup;intermediary field_1810Lnet/minecraft/class_314;field_1810:Lnet/minecraft/class_314;official dLdbi;d:Ldbi;
-
FURNACE_FOOD
- Mappings:
Namespace Name Mixin selector named FURNACE_FOODLnet/minecraft/recipe/book/RecipeBookGroup;FURNACE_FOOD:Lnet/minecraft/recipe/book/RecipeBookGroup;intermediary field_1808Lnet/minecraft/class_314;field_1808:Lnet/minecraft/class_314;official eLdbi;e:Ldbi;
-
FURNACE_BLOCKS
- Mappings:
Namespace Name Mixin selector named FURNACE_BLOCKSLnet/minecraft/recipe/book/RecipeBookGroup;FURNACE_BLOCKS:Lnet/minecraft/recipe/book/RecipeBookGroup;intermediary field_1811Lnet/minecraft/class_314;field_1811:Lnet/minecraft/class_314;official fLdbi;f:Ldbi;
-
FURNACE_MISC
- Mappings:
Namespace Name Mixin selector named FURNACE_MISCLnet/minecraft/recipe/book/RecipeBookGroup;FURNACE_MISC:Lnet/minecraft/recipe/book/RecipeBookGroup;intermediary field_1812Lnet/minecraft/class_314;field_1812:Lnet/minecraft/class_314;official gLdbi;g:Ldbi;
-
BLAST_FURNACE_BLOCKS
- Mappings:
Namespace Name Mixin selector named BLAST_FURNACE_BLOCKSLnet/minecraft/recipe/book/RecipeBookGroup;BLAST_FURNACE_BLOCKS:Lnet/minecraft/recipe/book/RecipeBookGroup;intermediary field_17111Lnet/minecraft/class_314;field_17111:Lnet/minecraft/class_314;official hLdbi;h:Ldbi;
-
BLAST_FURNACE_MISC
- Mappings:
Namespace Name Mixin selector named BLAST_FURNACE_MISCLnet/minecraft/recipe/book/RecipeBookGroup;BLAST_FURNACE_MISC:Lnet/minecraft/recipe/book/RecipeBookGroup;intermediary field_17112Lnet/minecraft/class_314;field_17112:Lnet/minecraft/class_314;official iLdbi;i:Ldbi;
-
SMOKER_FOOD
- Mappings:
Namespace Name Mixin selector named SMOKER_FOODLnet/minecraft/recipe/book/RecipeBookGroup;SMOKER_FOOD:Lnet/minecraft/recipe/book/RecipeBookGroup;intermediary field_17114Lnet/minecraft/class_314;field_17114:Lnet/minecraft/class_314;official jLdbi;j:Ldbi;
-
STONECUTTER
- Mappings:
Namespace Name Mixin selector named STONECUTTERLnet/minecraft/recipe/book/RecipeBookGroup;STONECUTTER:Lnet/minecraft/recipe/book/RecipeBookGroup;intermediary field_17764Lnet/minecraft/class_314;field_17764:Lnet/minecraft/class_314;official kLdbi;k:Ldbi;
-
SMITHING
- Mappings:
Namespace Name Mixin selector named SMITHINGLnet/minecraft/recipe/book/RecipeBookGroup;SMITHING:Lnet/minecraft/recipe/book/RecipeBookGroup;intermediary field_25624Lnet/minecraft/class_314;field_25624:Lnet/minecraft/class_314;official lLdbi;l:Ldbi;
-
CAMPFIRE
- Mappings:
Namespace Name Mixin selector named CAMPFIRELnet/minecraft/recipe/book/RecipeBookGroup;CAMPFIRE:Lnet/minecraft/recipe/book/RecipeBookGroup;intermediary field_17765Lnet/minecraft/class_314;field_17765:Lnet/minecraft/class_314;official mLdbi;m:Ldbi;
-
-
Field Details
-
ID_TO_VALUE
- Mappings:
Namespace Name Mixin selector named ID_TO_VALUELnet/minecraft/recipe/book/RecipeBookGroup;ID_TO_VALUE:Ljava/util/function/IntFunction;intermediary field_54627Lnet/minecraft/class_314;field_54627:Ljava/util/function/IntFunction;official nLdbi;n:Ljava/util/function/IntFunction;
-
PACKET_CODEC
- Mappings:
Namespace Name Mixin selector named PACKET_CODECLnet/minecraft/recipe/book/RecipeBookGroup;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_54628Lnet/minecraft/class_314;field_54628:Lnet/minecraft/class_9139;official oLdbi;o:Lzt;
-
id
private final int id- Mappings:
Namespace Name Mixin selector named idLnet/minecraft/recipe/book/RecipeBookGroup;id:Iintermediary field_54629Lnet/minecraft/class_314;field_54629:Iofficial pLdbi;p:I
-
-
Constructor Details
-
RecipeBookGroup
private RecipeBookGroup(int id) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/recipe/book/RecipeBookGroup;<init>(Ljava/lang/String;II)Vintermediary <init>Lnet/minecraft/class_314;<init>(Ljava/lang/String;II)Vofficial <init>Ldbi;<init>(Ljava/lang/String;II)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
-