Uses of Class
net.minecraft.recipe.SmithingRecipe
-
Uses of SmithingRecipe in net.minecraft.recipe
Modifier and TypeFieldDescriptionstatic RecipeSerializer<SmithingRecipe>
RecipeSerializer.SMITHING
static RecipeType<SmithingRecipe>
RecipeType.SMITHING
Modifier and TypeMethodDescriptionSmithingRecipe.Serializer.read(Identifier identifier, JsonObject jsonObject)
SmithingRecipe.Serializer.read(Identifier identifier, PacketByteBuf packetByteBuf)
Modifier and TypeMethodDescriptionvoid
SmithingRecipe.Serializer.write(PacketByteBuf packetByteBuf, SmithingRecipe smithingRecipe)
-
Uses of SmithingRecipe in net.minecraft.screen
Modifier and TypeFieldDescriptionprivate @Nullable SmithingRecipe
SmithingScreenHandler.field_25386